Skip to content

Commit

Permalink
Attempt fix fuzz 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgur-psyops committed Oct 17, 2024
1 parent 27394e0 commit bbcd753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,7 @@ jobs:
run: |
python ./generate_corpus.py
cargo install cargo-fuzz --locked
cargo +nightly-2024-06-05 fuzz run lend \
-Zbuild-std --strip-dead-code --no-cfg-fuzzing --features ignore-fee-deploy -- \
-max_total_time=300
cargo +nightly-2024-06-05 fuzz run lend -Zbuild-std --strip-dead-code --no-cfg-fuzzing -- -max_total_time=300
- name: Pass after fuzzing
run: echo "Fuzzing completed"

Expand Down
2 changes: 1 addition & 1 deletion programs/marginfi/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ capture_log = ["log", "log4rs"]

[dependencies.marginfi]
path = ".."
features = ["no-entrypoint", "debug", "client"]
features = ["no-entrypoint", "debug", "client", "ignore-fee-deploy"]

# Prevent this from interfering with workspaces
[workspace]
Expand Down

0 comments on commit bbcd753

Please sign in to comment.