mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-04 13:02:01 +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:
|
||||
profile: minimal
|
||||
toolchain: nightly
|
||||
components: rustfmt, clippy
|
||||
- name: run code coverage
|
||||
uses: actions-rs/tarpaulin@v0.1
|
||||
with:
|
||||
version: '0.15.0'
|
||||
args: '-- --engine llvm --test-threads 1'
|
||||
args: '-- --test-threads 1'
|
||||
- name: upload code coverage
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue