Skip to content

Commit

Permalink
enable foundry tests on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszaaa committed Feb 18, 2024
1 parent a43c196 commit 9b5ab20
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/reusable-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ permissions:
id-token: write

jobs:
rolldown-contract:
name: Build and test Rolldown contract
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Run tests
working-directory: rolldown-contract
run: forge test -vvv

build-avs-aggregator-image:
name: Build avs-aggregator Docker image
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9b5ab20

Please sign in to comment.