Skip to content

Commit

Permalink
Adding foundry for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpar committed Nov 21, 2023
1 parent e54ecd1 commit 42b50e9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Install Foundry
run: curl -L https://foundry.paradigm.xyz | bash
uses: foundry-rs/foundry-toolchain@v1

- name: Run tests
run: forge test -vvv

- name: Run snapshot
run: forge snapshot

core-build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 42b50e9

Please sign in to comment.