Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
osipov-mit committed May 22, 2024
1 parent 5f58171 commit 60e40b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,17 +309,12 @@ jobs:
uses: actions/[email protected]
with:
node-version: 20.x

- name: Set up Rust
uses: dtolnay/rust-toolchain@stable
with:
targets: wasm32-unknown-unknown

- name: "Install dependencies"
run: YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install

- name: "Build: @gear-js/common"
run: yarn build:common

- name: "Prepare: Build test programs"
working-directory: api/programs
run: cargo build --release
Expand All @@ -331,6 +326,12 @@ jobs:
working-directory: idea/tests/programs
run: cargo build --release

- name: "Install dependencies"
run: YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install

- name: "Build: @gear-js/common"
run: yarn build:common

- name: "Run tests"
timeout-minutes: 7
working-directory: idea/tests
Expand Down
5 changes: 0 additions & 5 deletions rust-toolchain.toml

This file was deleted.

0 comments on commit 60e40b0

Please sign in to comment.