Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 046e909

Browse files
committed
Generate fixtures for all tests
1 parent cd2fcc7 commit 046e909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fixtures.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ async function run(args) {
4747
// TODO: this can be removed once the mollusk checks PR is merged.
4848
await $`git switch febo/mollusk-checks`;
4949

50-
await $`EJECT_FUZZ_FIXTURES=${FIXTURES_DIR} cargo test-sbf --features mollusk-svm/fuzz --test processor`;
50+
await $`EJECT_FUZZ_FIXTURES=${FIXTURES_DIR} cargo test-sbf --features mollusk-svm/fuzz`;
5151
}
5252

5353
cd(workingDirectory);

0 commit comments

Comments
 (0)