Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Jul 12, 2024
1 parent fd2274a commit cb9710d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
node-version: "18.0.0"
registry-url: "https://registry.npmjs.org"

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

Expand All @@ -38,5 +38,8 @@ jobs:
- name: Test (hardhat)
run: yarn test

- name: Test v2 (forge)
run: yarn test:forge



0 comments on commit cb9710d

Please sign in to comment.