Update rust.yml

This commit is contained in:
Cléo Rebert 2022-01-13 18:00:02 +01:00 committed by GitHub
parent 4664298966
commit 2f864c4585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
uses: actions-rs/tarpaulin@v0.1
with:
version: '0.15.0'
args: '-- --all-features --test-threads 1'
args: --all-features --test-threads 1
- name: Upload to codecov.io
uses: codecov/codecov-action@v2