Skip to content

Commit

Permalink
no-bench
Browse files Browse the repository at this point in the history
  • Loading branch information
nalchevanidze committed Jun 1, 2024
1 parent 773b703 commit da4a020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: stack build --fast

- name: Build Bench and Haddock
run: stack build --fast --bench --no-run-benchmarks --haddock --no-haddock-deps
run: stack build --fast --no-run-benchmarks --haddock --no-haddock-deps

- name: Test
run: stack test --fast
Expand Down

0 comments on commit da4a020

Please sign in to comment.