Skip to content

Commit

Permalink
perf: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenli86 committed Feb 15, 2025
1 parent 777a824 commit 053d599
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

continuous-fuzzing:
name: Test (Intense)
runs-on: ubuntu-latest
runs-on: protocol-x64-16core
# Only run on push events to dev branch, not on PR events
if: github.event_name == 'push' && github.ref == 'refs/heads/dev'
strategy:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:

storage-diff:
name: Test (Storage)
runs-on: ubuntu-latest
runs-on: protocol-x64-16core
steps:
# Check out repository with all submodules for complete codebase access.
- uses: actions/checkout@v4
Expand All @@ -128,7 +128,7 @@ jobs:

run-coverage:
name: Coverage
runs-on: ubuntu-latest
runs-on: protocol-x64-16core
# Only run coverage checks on dev, testnet-holesky, and mainnet branches, or PRs targeting these branches
if: |
github.ref == 'refs/heads/dev' ||
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:

compare-contract-sizes:
name: Size Diff
runs-on: ubuntu-latest
runs-on: protocol-x64-16core
steps:
# Check out repository with all submodules for complete codebase access.
- uses: actions/checkout@v4
Expand Down

0 comments on commit 053d599

Please sign in to comment.