Skip to content

Commit

Permalink
Remove block time in build-test-workflow (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonnie57 authored May 24, 2024
1 parent 99081fb commit 8b9e075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Run Anvil
id: run_anvil
run: |
anvil --fork-url ${SEPOLIA_RPC_PROVIDER_URL} --block-time 1 --silent &
anvil --fork-url ${SEPOLIA_RPC_PROVIDER_URL} --silent &
continue-on-error: false

- name: Test
Expand Down

0 comments on commit 8b9e075

Please sign in to comment.