diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54ac5ffb..cb1f71d8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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