Skip to content

Commit

Permalink
fix: update deprecated alias --all to new argument --workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaehnemann committed Jun 20, 2023
1 parent da7daea commit e485a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Expand Up @@ -131,7 +131,7 @@ jobs:
use-tool-cache: true

- name: Coverage with tarpaulin
run: cargo tarpaulin --all --all-features --timeout 600 --out Lcov -- --test-threads 1
run: cargo tarpaulin --workspace --all-features --timeout 600 --out Lcov -- --test-threads 1

- name: Upload coverage
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit e485a80

Please sign in to comment.