Skip to content

Commit

Permalink
Use 4 core builders
Browse files Browse the repository at this point in the history
  • Loading branch information
timm088 committed Dec 14, 2023
1 parent bcc98e9 commit 1d0449c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
forge-test:
name: Run Forge Tests
runs-on: ubuntu-latest
runs-on: ubuntu-latest-4-cores
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand All @@ -21,7 +21,7 @@ jobs:
run: forge test -vvv
hardhat-test:
name: Run Hardhat Tests
runs-on: ubuntu-latest
runs-on: ubuntu-latest-4-cores
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand All @@ -35,7 +35,7 @@ jobs:
run: yarn test
lint:
name: Run eslint
runs-on: ubuntu-latest
runs-on: ubuntu-latest-4-cores
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand All @@ -49,7 +49,7 @@ jobs:
run: yarn lint
publish:
name: Publish to NPM (dry run)
runs-on: ubuntu-latest
runs-on: ubuntu-latest-4-cores
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down

0 comments on commit 1d0449c

Please sign in to comment.