Explorar o código

Remove integration tests from appveyor

Nick Babcock %!s(int64=6) %!d(string=hai) anos
pai
achega
4613e47327
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      appveyor.yml

+ 4 - 2
appveyor.yml

@@ -5,5 +5,7 @@ install:
 build:
   project: OhmGraphite.sln
 
-before_test:
-  - docker run --rm -e POSTGRES_PASSWORD=123456 -p 5432:5432 -ti timescale/timescaledb
+test:
+  categories:
+    except:
+      - integration