Skip to content

Commit

Permalink
Run tests in github workflow
Browse files Browse the repository at this point in the history
We don't have any tests right now, but this is safer in case we ever add
any.
  • Loading branch information
phile314 committed Jan 6, 2024
1 parent 9b6ecb5 commit d0b6911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
with:
cabal-version: latest
ghc-version: ${{ matrix.ghc }}
- run: cabal v2-build
- run: cabal v2-test

0 comments on commit d0b6911

Please sign in to comment.