yaml fix
This commit is contained in:
parent
41c4088477
commit
2aeed5f188
1 changed files with 2 additions and 1 deletions
3
.github/workflows/coverage.yml
vendored
3
.github/workflows/coverage.yml
vendored
|
@ -17,7 +17,8 @@ jobs:
|
||||||
- name: Checkout Polaris
|
- name: Checkout Polaris
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||||
components: llvm-tools-preview
|
with:
|
||||||
|
components: llvm-tools-preview
|
||||||
- name: Install grcov
|
- name: Install grcov
|
||||||
run: cargo install grcov
|
run: cargo install grcov
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue