Skip to content

Commit 239927c

Browse files
committed
ci.yml: Update fuzzer modes for CI.
- 'd' (default) no longer exists, it's now 'r' - add 's', 'i', 'M'
1 parent 5ece637 commit 239927c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ jobs:
374374
cc: [ clang ]
375375
make: [ bmake ]
376376
debug: [ DEBUG, RELEASE ] # RELEASE=1 is a no-op
377-
mode: [ m, p, d ]
377+
mode: [ r, s, m, i, M, p ]
378378
exclude:
379379
- os: macos
380380
cc: gcc # it's clang anyway

0 commit comments

Comments
 (0)