diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 2dffddac6ad..6fcbd1df88c 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -77,7 +77,9 @@ jobs: - self-hosted - linux - x64 - - sre + - sre + container: + image: paritytech/ci-linux:production steps: - name: Clean up continue-on-error: true @@ -87,10 +89,10 @@ jobs: - uses: actions/checkout@v2 - name: Rustup show run: | - /home/runner/.cargo/bin/rustup show + rustup show - name: Run Test (with coverage) run: | - SKIP_WASM_BUILD=1 /home/runner/.cargo/bin/cargo llvm-cov --workspace --lcov --output-path lcov.info + SKIP_WASM_BUILD=1 cargo test --workspace --locked --release --verbose --features=runtime-benchmarks --exclude=integration-tests - name: Upload coverage to Codecov uses: codecov/codecov-action@v1 with: