Fix benchmark in ci.
This commit is contained in:
parent
c6e5cf2e74
commit
0075a456cc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -257,4 +257,4 @@ jobs:
|
|||
cabal $v2-build --enable-optimization=1 --enable-benchmarks --disable-tests 2>&1 | tee build.log
|
||||
# fail if warnings in local build
|
||||
! grep -q ": *[Ww]arning:" build.log || exit 1
|
||||
cabal $v2-bench --enable-optimization=1 --benchmark-options='--small'
|
||||
cabal $v2-bench --enable-optimization=1 --benchmark-options='--timeout=6 +RTS -T -RTS'
|
||||
|
|
Loading…
Add table
Reference in a new issue