Skip to content

Commit

Permalink
realized that tests should be turned off with a freckle/stack-action …
Browse files Browse the repository at this point in the history
…option
  • Loading branch information
nevrome committed May 3, 2024
1 parent 517245c commit 2723db4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
uses: freckle/stack-action@v5
id: stack
with:
stack-build-arguments: --copy-bins --ghc-options="-O2" --test --no-run-tests
test: false
stack-build-arguments: --copy-bins --ghc-options="-O2"

- name: Set binary path name
id: binarypath
Expand Down

0 comments on commit 2723db4

Please sign in to comment.