Skip to content

Commit

Permalink
Remove --enable-tests from Cabal build invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhat committed Jun 12, 2023
1 parent 98e12ab commit 72fc4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
continue
fi
cabal install --enable-test --install-method=copy --installdir=./bin "${package}"
cabal install --install-method=copy --installdir=./bin "${package}"
done
- name: "Run tests"
shell: bash
Expand Down

0 comments on commit 72fc4f4

Please sign in to comment.