Skip to content

Commit

Permalink
Merge branch 'main' into ci/reconfigure-services-to-point-to-rollup-d…
Browse files Browse the repository at this point in the history
…ev-collators-MGX-944
  • Loading branch information
tenequm authored Feb 19, 2024
2 parents c404750 + 7a7e900 commit 294838f
Show file tree
Hide file tree
Showing 10 changed files with 28,430 additions and 49 deletions.
16 changes: 16 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,22 @@ 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: Install deps
working-directory: rolldown-contract
run: forge install
- 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
12 changes: 0 additions & 12 deletions rolldown-contract/script/Counter.s.sol

This file was deleted.

17 changes: 0 additions & 17 deletions rolldown-contract/src/Counter.sol

This file was deleted.

Loading

0 comments on commit 294838f

Please sign in to comment.