Skip to content

Commit

Permalink
testing simtest by itself
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Jan 31, 2024
1 parent 82d536c commit 52c7c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cargo-llvm-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
RUST_BACKTRACE: short
# RUSTFLAGS: -D warnings
RUSTDOCFLAGS: -D warnings
CODECOV: true
CODECOV: 1

jobs:
cargo-llvm-cov:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Run code coverage for simtest
run: |
./scripts/simtest/install.sh
CODECOV=1 ./scripts/simtest/cargo-simtest simtest
./scripts/simtest/cargo-simtest simtest
- name: Upload report to Codecov for simtest
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 52c7c92

Please sign in to comment.