Skip to content

Commit

Permalink
added test step
Browse files Browse the repository at this point in the history
  • Loading branch information
seanhess committed Nov 26, 2024
1 parent fb3f3eb commit a99a433
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/haskell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ jobs:
cabal build --only-dependencies --enable-tests --enable-benchmarks
- name: Build
run: cabal build --enable-tests --enable-benchmarks all
- name: Test
run: cabal test

0 comments on commit a99a433

Please sign in to comment.