Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
0xgregthedev committed Sep 16, 2023
1 parent 7ece281 commit c0fb0af
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ env:
FOUNDRY_PROFILE: ci

jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3

- uses: onbjerg/foundry-toolchain@v1
- run: forge fmt --check

test:
runs-on: ubuntu-latest
steps:
Expand All @@ -21,12 +30,9 @@ jobs:
node-version: 18

- run: yarn
uses: onbjerg/foundry-toolchain@v1

- uses: onbjerg/foundry-toolchain@v1
- run: forge test --ffi -vvv
- run: forge snapshot


lint:
runs-on: ubuntu-latest
steps:
- uses: onbjerg/foundry-toolchain@v1
- run: forge fmt --check

0 comments on commit c0fb0af

Please sign in to comment.