Skip to content

Commit

Permalink
Don't override project with command line
Browse files Browse the repository at this point in the history
The release project disables tests and benchmarks.
  • Loading branch information
philderbeast committed Mar 6, 2024
1 parent b9856d5 commit 8fd9268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quick-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,5 @@ jobs:
run: cabal v2-update
- uses: actions/checkout@v4
- name: Check release project
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"

0 comments on commit 8fd9268

Please sign in to comment.