Skip to content

Commit 108e900

Browse files
committed
Don't override project with command line
The release project disables tests and benchmarks.
1 parent 34203d0 commit 108e900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quick-jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,5 @@ jobs:
141141
run: cabal v2-update
142142
- uses: actions/checkout@v4
143143
- 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"
144+
run: cabal build all --dry-run --project-file=cabal.project.release --index-state="hackage.haskell.org HEAD"
145145

0 commit comments

Comments
 (0)