Skip to content

Commit

Permalink
Copy compiled binary in test CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
L7R7 committed Jun 13, 2024
1 parent 23b5328 commit 1b28e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Test
run: |
stack test --system-ghc --coverage
stack test --system-ghc --coverage --copy-bins --local-bin-path .
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 1b28e9c

Please sign in to comment.