From d54ab7d1df06036b0b3d333408c9edd8e3da9318 Mon Sep 17 00:00:00 2001 From: Nikita Zaporozhets Date: Thu, 25 Jan 2024 19:08:13 +0300 Subject: [PATCH] test kusama Signed-off-by: Nikita Zaporozhets --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 790b8563..a389a7e6 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -29,7 +29,7 @@ jobs: - uses: Swatinem/rust-cache@v2 - name: Run tests, with coverage run: | - RUSTFLAGS="-Zproc-macro-backtrace" cargo test --features "kusama,polkadot,rococo,runtime-benchmarks" + RUSTFLAGS="-Zproc-macro-backtrace" cargo test --features kusama grcov . --binary-path ./target/debug -s . -t lcov --branch -o coverage --ignore-not-existing --ignore "/opt/cargo/**" "target/debug" "node/src" --log-level "ERROR" --llvm-path /usr/lib/llvm-14/bin find . -type f -name '*.profraw' -delete