Skip to content

Commit

Permalink
ci: try to fix concurrent update of rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
davidB committed Dec 12, 2024
1 parent a565185 commit a55f593
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ run = [
run = "cargo hack check --each-feature --no-dev-deps"

[tasks."build"]
depends = ["install:rustcomponents"]
run = "cargo build"

[tasks."format"]
Expand Down Expand Up @@ -63,11 +64,13 @@ run = [


[tasks."lint:dependencies"]
depends = ["install:rustcomponents"]
run = ["cargo machete --with-metadata"]
# check unused with cargo-machete or cargo-udeps
# TODO check outdated

[tasks."test"]
depends = ["install:rustcomponents"]
run = [
"cargo nextest run",
# "cargo test --doc",
Expand Down

0 comments on commit a55f593

Please sign in to comment.