Skip to content

Commit

Permalink
fix: installing ci deps
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBradock committed Feb 10, 2024
1 parent 35701c6 commit 510cb65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Run tests
run: cargo llvm-cov --codecov
run: |
cargo install cargo-llvm-cov
cargo llvm-cov --codecov
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
Expand Down

0 comments on commit 510cb65

Please sign in to comment.