Skip to content

Commit

Permalink
Maximum 1 parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
elfedy committed Dec 12, 2024
1 parent c59f554 commit 05ddafd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-latest]
max-parallel: 1
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -172,4 +173,4 @@ jobs:
./install-foundry-zksync
- name: Verify anvil-zksync installation
run: anvil-zksync --version
run: anvil-zksync --version

0 comments on commit 05ddafd

Please sign in to comment.