Skip to content

Commit

Permalink
feat(infra): grcov 2
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed Nov 22, 2024
1 parent 0b13f02 commit 293d35f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
run: |
ffmpeg -version
ffprobe -version
- name: Rust nightly
run: rustup default nightly
- name: Install grcov
run: cargo install grcov
- name: Run tests
Expand Down

0 comments on commit 293d35f

Please sign in to comment.