mirror of
https://github.com/sayo-hs/heftia.git
synced 2024-11-23 02:42:06 +03:00
[fix] disable build benchmark in CI.
This commit is contained in:
parent
a3adb634bd
commit
fe2b01ceea
4
.github/workflows/haskell.yml
vendored
4
.github/workflows/haskell.yml
vendored
@ -38,8 +38,8 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
cabal update
|
||||
cabal build --only-dependencies --enable-tests --enable-benchmarks all
|
||||
cabal build --only-dependencies --enable-tests all
|
||||
- name: Build
|
||||
run: cabal build --enable-tests --enable-benchmarks all
|
||||
run: cabal build --enable-tests all
|
||||
- name: Run tests
|
||||
run: cabal test all
|
||||
|
@ -283,9 +283,11 @@ benchmark heftia-bench
|
||||
mtl >= 2.2 && < 2.4,
|
||||
logict >= 0.7.0.3 && < 0.9,
|
||||
tasty-bench >= 0.3 && < 0.5,
|
||||
eff,
|
||||
mpeff,
|
||||
|
||||
if impl(ghc >= 9.6 && < 9.10)
|
||||
build-depends: eff
|
||||
|
||||
default-extensions:
|
||||
PackageImports
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user