Skip to content

Commit

Permalink
Adding grcov to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
onihilist authored Jul 17, 2024
1 parent 60a791c commit 4d10766
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
- nightly

steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- name: Build
Expand Down

0 comments on commit 4d10766

Please sign in to comment.