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

Update test node for 1.4.1 #83

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- dev
- main
- v1-4-1-integration

jobs:
build:
Expand Down Expand Up @@ -108,7 +109,7 @@ jobs:
- name: Use era-test-node for testing
uses: dutterbutter/era-test-node-action@v0.1.3
with:
releaseTag: v0.0.1-alpha.boojum
releaseTag: v0.0.1-vm1.4.1

- name: Install dependencies
run: yarn
Expand All @@ -126,6 +127,9 @@ jobs:
contracts/precompiles/artifacts
bootloader/build

- name: Build contracts
run: yarn build

- name: Run tests
run: yarn test

Expand Down
2 changes: 1 addition & 1 deletion scripts/quick-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup toolchain install nightly

# install era-test-node
cargo +nightly install --git https://github.com/matter-labs/era-test-node.git --locked --branch boojum-integration-vm-1.4.1
cargo +nightly install --git https://github.com/matter-labs/era-test-node.git --locked --branch vm1.4.1

yarn
yarn build
Expand Down
Loading