We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34203d0 commit 108e900Copy full SHA for 108e900
.github/workflows/quick-jobs.yml
@@ -141,5 +141,5 @@ jobs:
141
run: cabal v2-update
142
- uses: actions/checkout@v4
143
- name: Check release project
144
- run: cabal build all --enable-tests --enable-benchmarks --dry-run --project-file=cabal.project.release --index-state="hackage.haskell.org HEAD"
+ run: cabal build all --dry-run --project-file=cabal.project.release --index-state="hackage.haskell.org HEAD"
145
0 commit comments