We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6bbe23 commit fc00e33Copy full SHA for fc00e33
appveyor.yml
@@ -23,4 +23,5 @@ build_script:
23
- echo "" | ..\cabal install --only-dependencies --enable-tests
24
- ..\cabal configure --user --ghc-option=-Werror --enable-tests
25
- ..\cabal build
26
- - ..\cabal test --show-details=streaming --test-option=--pattern=!FileMonitor --test-option=--pattern=!exec --test-option=--hide-successes
+ - ..\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