refactor(runner): remove test connection

This commit is contained in:
2026-02-25 16:40:37 +02:00
parent c0886a454d
commit 082add6be0
2 changed files with 1 additions and 15 deletions

View File

@@ -12,6 +12,7 @@ alias c := check
alias d := docs
alias f := fmt
alias t := test
alias bench := benchmark
# Run all checks (fmt, clippy, docs, test)
[group("dev")]