-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc6697c
commit b1d3374
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ 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: | ||
|
@@ -12,6 +13,8 @@ on: | |
concurrency: | ||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | ||
cancel-in-progress: true | ||
env: | ||
CARGO_TERM_COLOR: always | ||
jobs: | ||
integration: | ||
name: integration testing suite | ||
|
@@ -34,7 +37,6 @@ jobs: | |
toolchain: 1.77.0 | ||
- name: install cargo-stylus | ||
run: RUSTFLAGS="-C link-args=-rdynamic" cargo install [email protected] | ||
# TODO#q: cache nitro node images and nitro-testnode sources since it is a bottleneck for the routine | ||
- name: setup nitro node | ||
run: \ | ||
# clone nitro test node repo | ||
|