Skip to content

Commit

Permalink
fix: nonce issue on test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
janek26 committed Jul 15, 2022
1 parent af8c5c7 commit bed6fbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:

tests:
strategy:
max-parallel: 1
matrix:
name: [sequencer-test, sequencer-goerli, rpc-goerli]
include:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

tests:
strategy:
max-parallel: 1 # needed until we get a seperate account for the rpc provider, until then running them in parallel would result in a nonce issue
matrix:
name: [sequencer-test, sequencer-goerli, rpc-goerli]
include:
Expand Down

0 comments on commit bed6fbf

Please sign in to comment.