Skip to content

Commit bbcd753

Browse files
committed
Attempt fix fuzz 2
1 parent 27394e0 commit bbcd753

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/test.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,7 @@ jobs:
111111
run: |
112112
python ./generate_corpus.py
113113
cargo install cargo-fuzz --locked
114-
cargo +nightly-2024-06-05 fuzz run lend \
115-
-Zbuild-std --strip-dead-code --no-cfg-fuzzing --features ignore-fee-deploy -- \
116-
-max_total_time=300
114+
cargo +nightly-2024-06-05 fuzz run lend -Zbuild-std --strip-dead-code --no-cfg-fuzzing -- -max_total_time=300
117115
- name: Pass after fuzzing
118116
run: echo "Fuzzing completed"
119117

programs/marginfi/fuzz/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ capture_log = ["log", "log4rs"]
4848

4949
[dependencies.marginfi]
5050
path = ".."
51-
features = ["no-entrypoint", "debug", "client"]
51+
features = ["no-entrypoint", "debug", "client", "ignore-fee-deploy"]
5252

5353
# Prevent this from interfering with workspaces
5454
[workspace]

0 commit comments

Comments
 (0)