Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Merge branch 'dev' into bh-evm-294-synchronise-linting-rules-of-repos…
Browse files Browse the repository at this point in the history
…itories
  • Loading branch information
benceharomi committed Oct 31, 2023
2 parents bfa9277 + 68aaee1 commit cd5b208
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,17 +105,10 @@ jobs:
node-version: 18.18.0
cache: yarn

- name: Use Nightly Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Use era-test-node for testing
uses: dutterbutter/[email protected]
with:
toolchain: nightly-2023-04-17

- name: Use era_test_node for testing
uses: baptiste0928/cargo-install@21a18ba3bf4a184d1804e8b759930d3471b1c941
with:
crate: era_test_node
git: https://github.com/matter-labs/era-test-node.git
branch: boojum-integration
releaseTag: v0.0.1-alpha.boojum

- name: Install dependencies
run: yarn
Expand All @@ -133,9 +126,6 @@ jobs:
contracts/precompiles/artifacts
bootloader/build
- name: Start era_test_node
run: era_test_node run > /dev/null 2>&1 &

- name: Run tests
run: yarn test

Expand Down

0 comments on commit cd5b208

Please sign in to comment.