Fix linux ci.
This commit is contained in:
parent
4b6a76c196
commit
67822bd925
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -68,7 +68,7 @@ jobs:
|
|||
cabal v2-build --enable-tests --disable-optimization 2>&1 | tee build.log
|
||||
# fail if warnings in local build
|
||||
! grep -q "[Ww]arning:" build.log
|
||||
cabal v2-test
|
||||
cabal v2-test --disable-optimization
|
||||
|
||||
windows:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue