Skip to content

Commit

Permalink
disable quick target in CI - it is not quicker
Browse files Browse the repository at this point in the history
  • Loading branch information
yforster committed Nov 1, 2023
1 parent 018a348 commit 6455ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- '8.17'
ocaml_version:
- '4.14-flambda'
target: [ local, opam, quick ]
target: [ local, opam ]
fail-fast: true

concurrency:
Expand Down

0 comments on commit 6455ca3

Please sign in to comment.