Skip to content

Commit

Permalink
ci: fuzzing args
Browse files Browse the repository at this point in the history
  • Loading branch information
losman0s committed Dec 20, 2023
1 parent dfdd893 commit cca0003
Show file tree
Hide file tree
Showing 7 changed files with 133 additions and 129 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ jobs:
run: |
cd programs/marginfi
cargo install cargo-fuzz
cargo fuzz run lend -- -max_total_time=300
cargo fuzz run lend -Zbuild-std --strip-dead-code --no-cfg-fuzzing -- -max_total_time=300
- name: Pass after fuzzing
run: echo "Fuzzing completed"
Loading

0 comments on commit cca0003

Please sign in to comment.