Skip to content

Commit 5705902

Browse files
committed
Remove DO_NO_STD from fuzz job
Use of `DO_FUZZ` causes `test.sh` to exit immediately after fuzzing, therefore the `DO_NO_STD` option is meaningless, remove it to prevent confusion.
1 parent 8b85649 commit 5705902

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
- name: Running fuzzer
2525
env:
2626
DO_FUZZ: true
27-
DO_NO_STD: true
2827
run: ./contrib/test.sh
2928

3029
Nightly:

0 commit comments

Comments
 (0)