Skip to content

Commit e649edb

Browse files
committed
disable quick target in CI - it is not quicker
1 parent 6d98589 commit e649edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- '8.17'
2828
ocaml_version:
2929
- '4.14-flambda'
30-
target: [ local, opam, quick ]
30+
target: [ local, opam ]
3131
fail-fast: true
3232

3333
concurrency:

0 commit comments

Comments
 (0)