Skip to content

Commit

Permalink
ci: fix the github actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloMicieli committed Sep 19, 2023
1 parent f6c7cd3 commit 6e848b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ description = "tarpaulin: compute the code coverage"
category = "Check"
install_crate = "cargo-tarpaulin"
command = "cargo"
args = ["tarpaulin", "--ignore-tests", "--out", "Xml", "--", "--test-threads", "2"]
args = ["tarpaulin", "--ignore-tests", "--out", "xml", "--", "--test-threads", "2"]

[tasks.all-checks]
description = "check: run all the checks (format, clippy and tests)"
Expand Down

0 comments on commit 6e848b0

Please sign in to comment.