Skip to content

Commit 1dbda4e

Browse files
committed
ci: fuzzing args
1 parent c1adf58 commit 1dbda4e

File tree

7 files changed

+133
-129
lines changed

7 files changed

+133
-129
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ jobs:
108108
run: |
109109
cd programs/marginfi
110110
cargo install cargo-fuzz
111-
cargo fuzz run lend -- -max_total_time=300
111+
cargo fuzz run lend -Zbuild-std --strip-dead-code --no-cfg-fuzzing -- -max_total_time=300
112112
- name: Pass after fuzzing
113113
run: echo "Fuzzing completed"

0 commit comments

Comments
 (0)