[fix] disable benchmarks in CI.

This commit is contained in:
Yamada Ryo 2024-11-04 00:36:32 +09:00
parent d2017adff1
commit 29245f0761
No known key found for this signature in database
GPG Key ID: AAE3C7A542B02DBF
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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: