ci: remove quotes around --hide-successes.
These seem to cause problems in windows.
This commit is contained in:
parent
be826cd39e
commit
3afd0c7f5b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue