Skip to content

Commit

Permalink
Merge branch 'main' into l2/proof_on_chain
Browse files Browse the repository at this point in the history
  • Loading branch information
fborello-lambda committed Nov 8, 2024
2 parents 9ef16fd + 134bc94 commit d23c3a4
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/l2_contracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,6 @@ concurrency:
cancel-in-progress: true

jobs:
deployer:
name: L2 Contracts CI
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
action:
- command: check
- command: clippy
# clippy::large_enum_variant warning for the EvmState enum
# from rust 1.82.0
args: -- -D warnings -A clippy::large_enum_variant
- command: fmt
args: --all -- --check
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Add Rust Cache
uses: Swatinem/rust-cache@v2
- name: ${{ matrix.action.command }} Command
run: |
cd crates/l2/contracts
cargo ${{ matrix.action.command }} ${{ matrix.action.args }}
test_compilation:
name: Compile Contracts
runs-on: ubuntu-latest
Expand Down

0 comments on commit d23c3a4

Please sign in to comment.