aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'mise.toml')
-rw-r--r--mise.toml35+6 −29
1 files changed, 6 insertions, 29 deletions
diff --git a/mise.toml b/mise.toml
index 142594c..09fa32a 100644
--- a/mise.toml
+++ b/mise.toml
@@ -8,11 +8,13 @@ experimental = true
[tools]
"aqua:taiki-e/cargo-llvm-cov" = "0.8.7"
-"cargo:cargo-about" = "0.8.4"
gh = "2.96.0"
jq = "1.8.2"
-rust = { version = "1.97.1", profile = "minimal", components = [ "clippy", "llvm-tools-preview", "rustfmt" ] }
-shellcheck = "0.11.0"
+rust = { version = "1.97.1", profile = "minimal", components = [
+ "clippy",
+ "llvm-tools-preview",
+ "rustfmt",
+] }
[bootstrap.packages]
# APT
@@ -36,30 +38,5 @@ shellcheck = "0.11.0"
[task_config]
dir = "{{cwd}}"
includes = [
- "git::https://git.dimidiumlabs.io/platform.git//tasks?ref=159ce265b95d655342c378d9aaa7dc14dbf1dfa4",
+ "git::https://github.com/dimidiumlabs/infra.git//tasks?ref=8bc35fe8be889c50db2d1fb4425cc1b4097dc6b8",
]
-
-[tasks.fmt]
-run = "cargo fmt --all --check"
-
-[tasks.clippy]
-run = "cargo clippy --all-targets --all-features -- -D warnings"
-
-[tasks.test]
-run = """
-cargo build --release
-cargo test --all-features --release --locked
-"""
-
-[tasks.smoke]
-run = "cargo run -p smoke"
-
-[tasks.smoke-local]
-run = "./tests/smoke/run-local.sh"
-
-[tasks.coverage]
-run = """
-mkdir -p target/coverage/
-cargo llvm-cov --all-features --workspace --lcov --output-path target/coverage/lcov.info
-cargo llvm-cov --all-features --workspace --html --output-dir target/coverage/html
-"""