Skip to content

Commit

Permalink
Merge branch 'nojira-forge-test-ci' of github.com:immutable/zkevm-con…
Browse files Browse the repository at this point in the history
…tracts into map-token-L1
  • Loading branch information
Benjimmutable committed Sep 29, 2023
2 parents 9a10347 + de2cb56 commit 6da8ddf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ on:
branches: [main]

jobs:
forge-test:
name: Run Forge Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run tests
run: forge test -vvv
hardhat-test:
name: Run Hardhat Tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6da8ddf

Please sign in to comment.