Skip to content

Commit b6c49fd

Browse files
committed
Remove some now useless flags for ghc in ci
1 parent 8a11724 commit b6c49fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
stack-version: 'latest'
2525
- name: Haskell - prep, build, test
2626
run: |
27-
stack --no-terminal --skip-ghc-check --allow-different-user test
27+
stack test
2828
- name: Wrap gem
2929
run: ./bin/setup
3030
working-directory: gem

0 commit comments

Comments
 (0)