Skip to content

Commit

Permalink
Enable tests in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Oct 20, 2024
1 parent a3895dd commit aceb0c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ jobs:
run: |
cabal build all
# - name: Test
# run: |
# cabal test all
- name: Test
run: |
cabal test all
# - name: Documentation
# run: |
Expand Down

0 comments on commit aceb0c2

Please sign in to comment.