Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
qalisander committed May 16, 2024
1 parent b1d3374 commit 4d136a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ name: integration
# - spins local nitro node
# - deploys and check every contract at `./examples` directory
# - runs integration test suite against all contracts deployed locally
# TODO#q: cache nitro node images and nitro-testnode sources since it is a bottleneck for the routine
permissions:
contents: read
on:
push:
branches: [main]
branches: [ main ]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand All @@ -33,8 +32,9 @@ jobs:
- name: set up rust
uses: dtolnay/rust-toolchain@stable
with:
target: wasm32-unknown-unknown,
target: wasm32-unknown-unknown, x86_64-unknown-linux-gnu
toolchain: 1.77.0
# TODO#q: cache nitro node images and nitro-testnode sources since it is a bottleneck for the routine
- name: install cargo-stylus
run: RUSTFLAGS="-C link-args=-rdynamic" cargo install [email protected]
- name: setup nitro node
Expand Down

0 comments on commit 4d136a7

Please sign in to comment.