Skip to content

Commit

Permalink
Fix rust.yml for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Endle committed Sep 26, 2023
1 parent 05f751f commit 39d0600
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 @@ -77,6 +77,11 @@ jobs:

coverage:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
rust: [stable]
steps:
- uses: actions/checkout@v2
- name: Install Rust ${{ matrix.rust }}
Expand Down

0 comments on commit 39d0600

Please sign in to comment.