Tweak GitHub CI config.
This commit is contained in:
parent
d0261d7387
commit
172c7e3b38
1 changed files with 1 additions and 1 deletions
2
.github/workflows/haskell.yml
vendored
2
.github/workflows/haskell.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Run tests
|
||||
run: |
|
||||
export PATH=/opt/cabal/bin:/opt/ghc/bin:$PATH
|
||||
cabal v2-test
|
||||
cabal v2-test --disable-optimization
|
||||
|
||||
windows:
|
||||
|
||||
|
|
Loading…
Reference in a new issue