Skip to content

Commit

Permalink
already installed on runner
Browse files Browse the repository at this point in the history
  • Loading branch information
samelamin committed Oct 3, 2023
1 parent 2d4025b commit de09ee1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:
with:
submodules: recursive

- name: Install minimal nightly Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-05-22
target: wasm32-unknown-unknown
override: true

- name: Update submodules
run: git submodule update --recursive --remote
# - name: Install minimal nightly Rust
# uses: actions-rs/toolchain@v1
# with:
# profile: minimal
# toolchain: nightly-2023-05-22
# target: wasm32-unknown-unknown
# override: true
#
# - name: Update submodules
# run: git submodule update --recursive --remote

- name: Run tests with benchmarks
run: cargo test --features runtime-benchmarks
Expand Down

0 comments on commit de09ee1

Please sign in to comment.