mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-12 08:28:32 +02:00
chore: Fix unknown CI/CD parameter
This commit is contained in:
parent
dffca90c54
commit
79dbd48b81
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
@ -20,12 +20,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
components: rustfmt, clippy
|
|
||||||
- name: run code coverage
|
- name: run code coverage
|
||||||
uses: actions-rs/tarpaulin@v0.1
|
uses: actions-rs/tarpaulin@v0.1
|
||||||
with:
|
with:
|
||||||
version: '0.15.0'
|
version: '0.15.0'
|
||||||
args: '-- --engine llvm --test-threads 1'
|
args: '-- --test-threads 1'
|
||||||
- name: upload code coverage
|
- name: upload code coverage
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue