Skip to content

Commit

Permalink
use in-house runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ethenotethan committed Jul 8, 2024
1 parent 40ffbee commit 95162e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/contract-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
test-unit:
name: Test unit
runs-on: ubuntu-latest
runs-on: linux-2xl
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -37,7 +37,7 @@ jobs:
run: forge test --fork-url https://rpc.holesky.ethpandaops.io/
tests:
name: Contract tests
runs-on: ubuntu-8
runs-on: linux-2xl
defaults:
run:
shell: bash
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
test-4844:
name: 4844 tests
runs-on: ubuntu-latest
runs-on: linux-2xl
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 95162e1

Please sign in to comment.