Skip to content

Commit

Permalink
chore(test): fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ad2ien committed Nov 16, 2022
1 parent 29ba7cb commit 106cf42
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 @@ -71,7 +71,7 @@ command = "cargo"
dependencies = ["build-coverage"]
description = "Run all unit tests."
env = { LLVM_PROFILE_FILE = "default.profraw", RUST_BACKTRACE = 1 }
install_crate = { rustup_component_name = "llvm-tools-preview" }
install_crate = { crate_name = "llvm-tools-preview" }

[tasks.test-coverage]
dependencies = ["test"]
Expand Down

0 comments on commit 106cf42

Please sign in to comment.