Skip to content

Commit

Permalink
fix: correctly use .mise/config.$MISE_ENV.toml files
Browse files Browse the repository at this point in the history
Fixes #2168
  • Loading branch information
jdx committed May 25, 2024
1 parent cace97b commit 262fa2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,8 @@ run = ["mise tasks run test:unit", "mise tasks run test:e2e"]

[tasks."test:unit"]
description = "run unit tests"
run = "cargo test"
run = "cargo test --all-features"
env = { CARGO_TERM_COLOR = "always", "RUST_TEST_THREADS" = "1" }
depends = ["build"]

[tasks."docker:image"]
description = "build docker image from Dockerfile"
Expand Down

0 comments on commit 262fa2e

Please sign in to comment.