Skip to content

Commit a53795f

Browse files
committed
Try turning VCS tests back on
1 parent dd4a059 commit a53795f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ build_script:
3030
- cabal %CABOPTS% new-run cabal-tests -- -j3 --with-cabal=dist-newstyle\build\x86_64-windows\ghc-8.0.2\cabal-install-2.3.0.0\build\cabal\cabal.exe
3131
- appveyor-retry cabal new-build cabal-install:tests --only-dependencies
3232
- cd cabal-install
33-
- cabal %CABOPTS% new-run cabal-install:unit-tests -- --pattern "! (/Get/ || /VCS/ || /FileMonitor/)"
3433
- cabal %CABOPTS% new-run cabal-install:memory-usage-tests
3534
- cabal %CABOPTS% new-run cabal-install:solver-quickcheck
3635
- cabal %CABOPTS% new-run cabal-install:integration-tests2
36+
- cabal %CABOPTS% new-run cabal-install:unit-tests -- --pattern "! (/FileMonitor/)"
3737

0 commit comments

Comments
 (0)