From ac93a0966e0f53fcb3c3bcd98598f182a4b4aa27 Mon Sep 17 00:00:00 2001 From: kaiserkarel Date: Fri, 14 Jan 2022 12:36:14 +0100 Subject: [PATCH] Check including wasm build --- .github/workflows/check.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 7f434611e7b..91627d05b2a 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -26,14 +26,9 @@ jobs: - sre steps: - uses: actions/checkout@v2 - - run: | - SKIP_WASM_BUILD=1 /home/runner/.cargo/bin/cargo check --all --benches - - name: Benchmark - run: | - SKIP_WASM_BUILD=1 /home/runner/.cargo/bin/cargo check --features=runtime-benchmarks --workspace --release --exclude integration-tests - - name: Picasso + - name: Compile Check run: | - /home/runner/.cargo/bin/cargo build --release -p picasso-runtime + /home/runner/.cargo/bin/cargo check --features=runtime-benchmarks --workspace --exclude integration-tests linters: name: Linters runs-on: