Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
qalisander committed May 22, 2024
1 parent 5989f49 commit cc2fd3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
save-always: true

- name: set up rust
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@nightly
with:
target: wasm32-unknown-unknown, nightly-wasm32-unknown-unknown, x86_64-unknown-linux-gnu, nightly-x86_64-unknown-linux-gnu
target: wasm32-unknown-unknown, x86_64-unknown-linux-gnu
toolchain: 1.77.0

- name: install cargo-stylus
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ do
done

# TODO: run tests in parallel when concurrency scope will be per test/contract
RUST_TEST_THREADS=1 cargo test -p e2e-tests
RUST_TEST_THREADS=1 cargo +stable test -p e2e-tests

0 comments on commit cc2fd3a

Please sign in to comment.