Skip to content

Commit

Permalink
update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
haroldsphinx committed Jan 22, 2022
1 parent 44d63d1 commit a6cf5f2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit a6cf5f2

Please sign in to comment.