Skip to content

Commit f51c1d2

Browse files
committed
chore[fuzz]: run fuzz is rel with debug
Signed-off-by: Joe Isaacs <[email protected]>
1 parent 925c956 commit f51c1d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fuzz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
AWS_ENDPOINT_URL: "https://01e9655179bbec953276890b183039bc.r2.cloudflarestorage.com"
4545
- name: Run fuzzing target
4646
id: fuzz
47-
run: RUST_BACKTRACE=1 cargo +nightly fuzz run file_io -j "$(nproc)" -- -max_total_time=7200
47+
run: RUST_BACKTRACE=1 cargo +nightly fuzz run --release --debug-assertions file_io -j "$(nproc)" -- -max_total_time=7200
4848
continue-on-error: true
4949
- name: Archive crash artifacts
5050
uses: actions/upload-artifact@v4
@@ -103,7 +103,7 @@ jobs:
103103
AWS_ENDPOINT_URL: "https://01e9655179bbec953276890b183039bc.r2.cloudflarestorage.com"
104104
- name: Run fuzzing target
105105
id: fuzz
106-
run: RUST_BACKTRACE=1 cargo +nightly fuzz run array_ops -j "$(nproc)" -- -max_total_time=7200
106+
run: RUST_BACKTRACE=1 cargo +nightly fuzz run --release --debug-assertions array_ops -j "$(nproc)" -- -max_total_time=7200
107107
continue-on-error: true
108108
- name: Archive crash artifacts
109109
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)