Skip to content

Commit

Permalink
Merge branch 'main' into serial/doc-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shekohex authored Oct 24, 2024
2 parents 70b7a40 + bb80edb commit a50e1f2
Show file tree
Hide file tree
Showing 36 changed files with 1,749 additions and 1,437 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ jobs:
timeout-minutes: 120
name: cargo clippy
runs-on: macos-latest
strategy:
matrix:
package: [
gadget-sdk,
blueprint-manager
]
steps:
- name: checkout code
uses: actions/checkout@v2
Expand Down Expand Up @@ -71,8 +65,11 @@ jobs:
- name: install protobuf
run: brew install protobuf

- name: Forge build
run: forge update && cd blueprints/incredible-squaring-eigenlayer && forge build --root ./contracts

- name: Run Clippy
run: cargo clippy --package ${{ matrix.package }} --tests -- -D warnings
run: cargo clippy --tests -- -D warnings

testing:
timeout-minutes: 90
Expand All @@ -85,6 +82,7 @@ jobs:
blueprint-manager,
gadget-context-derive,
gadget-blueprint-proc-macro,
gadget-blueprint-proc-macro-playground,
]
steps:
- name: checkout code
Expand Down
Loading

0 comments on commit a50e1f2

Please # to comment.