ci: remove quotes around --hide-successes.

These seem to cause problems in windows.
This commit is contained in:
John MacFarlane 2019-11-30 21:21:42 -08:00
parent be826cd39e
commit 3afd0c7f5b

View file

@ -85,7 +85,7 @@ jobs:
- name: Build and test
shell: cmd
run: |
stack test --fast --test-arguments='--hide-successes'
stack test --fast --test-arguments=--hide-successes
macos:
@ -103,4 +103,4 @@ jobs:
./stack test --dependencies-only --fast
- name: Build and test
run: |
./stack test --fast --test-arguments='--hide-successes'
./stack test --fast --test-arguments=--hide-successes