Skip to content

Commit

Permalink
Remove broken "Compile test binary" step
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Sep 11, 2024
1 parent 92dab89 commit bc602b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Compile test binary
run: |
source <(cargo llvm-cov show-env --export-prefix)
cargo test --no-run --locked
- name: Run tests
env:
RUST_LOG: oxidicom=debug,integration_test=debug
Expand Down

0 comments on commit bc602b6

Please sign in to comment.