Skip to content

Commit

Permalink
CI: fix tarpaulin args are now lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Sep 19, 2023
1 parent 42d62f9 commit 4b69e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
--exclude-files 'derive/*' \
--exclude-files 'target/*' \
--ignore-panics --ignore-tests \
--out Html --out Json \
--out html --out json \
-- --skip trybuild_ui
env:
RUST_BACKTRACE: 1
Expand Down

0 comments on commit 4b69e4c

Please sign in to comment.