Skip to content

Commit fc00e33

Browse files
committed
Update appveyor.yml
1 parent f6bbe23 commit fc00e33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ build_script:
2323
- echo "" | ..\cabal install --only-dependencies --enable-tests
2424
- ..\cabal configure --user --ghc-option=-Werror --enable-tests
2525
- ..\cabal build
26-
- ..\cabal test --show-details=streaming --test-option=--pattern=!FileMonitor --test-option=--pattern=!exec --test-option=--hide-successes
26+
- ..\cabal test unit-tests --show-details=streaming --test-option=--pattern=!FileMonitor --test-option=--hide-successes
27+
- ..\cabal test integration-tests --show-details=streaming --test-option=--pattern=!exec --test-option=--hide-successes

0 commit comments

Comments
 (0)