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

Commit

Permalink
Extract fixtures from main
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Jan 17, 2025
1 parent 046e909 commit da8bedf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/fixtures.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ async function run(args) {
await $`git clone ${SPL_TOKEN_GIT} ${SPL_TOKEN_DIR}`;

cd(SPL_TOKEN_DIR);
// TODO: this can be removed once the mollusk checks PR is merged.
await $`git switch febo/mollusk-checks`;

await $`EJECT_FUZZ_FIXTURES=${FIXTURES_DIR} cargo test-sbf --features mollusk-svm/fuzz`;
}
Expand Down

0 comments on commit da8bedf

Please sign in to comment.