Skip to content

Commit 0903b03

Browse files
committed
Don't run benchmarks in CI
1 parent 88a82ba commit 0903b03

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/haskell-ci.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,5 @@ jobs:
3636
run: cabal test --enable-tests
3737
- name: Build benchmarks
3838
run: cabal build --enable-benchmarks
39-
- name: Bench
40-
run: |
41-
cabal run bench:throughput
42-
cabal run bench:get
43-
cabal run bench:put
44-
cabal run bench:generics-bench
45-
cabal run bench:builder
46-
env:
47-
TASTY_TIMEOUT: 100
4839
- name: Haddock
4940
run: cabal haddock

0 commit comments

Comments
 (0)