Skip to content

Commit 8d1c96f

Browse files
authored
fix: workflow (#1609)
1 parent 7c6c5b3 commit 8d1c96f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
FOUNDRY_VERSION=$(grep 'snforge_std = ' Scarb.toml | sed 's/snforge_std = "\(.*\)"/\1/')
3131
echo "FOUNDRY_VERSION=$FOUNDRY_VERSION" >> "$GITHUB_ENV"
3232
33-
- uses: foundry-rs/setup-snfoundry@v4
33+
- uses: foundry-rs/setup-snfoundry@v5.0.0
3434
with:
3535
starknet-foundry-version: ${{ env.FOUNDRY_VERSION }}
3636

@@ -48,7 +48,7 @@ jobs:
4848
run: scarb fmt --check --workspace
4949

5050
- name: Run tests
51-
run: snforge test --workspace --features fuzzing --fuzzer-runs 500
51+
run: snforge test --workspace --features fuzzing --fuzzer-runs 200
5252

5353
- name: Run tests and generate coverage report
5454
run: snforge test --workspace --coverage

0 commit comments

Comments
 (0)