Skip to content

Commit

Permalink
Add a "Benchmark" step to build.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanknowles committed Mar 14, 2023
1 parent 4ec3f2b commit eca2812
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ jobs:
cabal test all
--builddir=${{ env.cabal-build-dir }}
- name: Benchmark
run: >
cabal bench all
--builddir=${{ env.cabal-build-dir }}
|| true
- name: Documentation (Generation)
run: >
cabal haddock
Expand Down

0 comments on commit eca2812

Please sign in to comment.