Skip to content

Commit

Permalink
ci: enable integration-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jul 29, 2024
1 parent 5fc3e1d commit 647f747
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,7 @@ jobs:
- name: Test
run: |
stack test --system-ghc
- name: Integration tests
run: |
stack run integration-tests --system-ghc

0 comments on commit 647f747

Please sign in to comment.