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