feat: with stuff
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-07-31 11:43:39 +02:00
parent 3274120012
commit 97986b1bef
3 changed files with 16 additions and 16 deletions

View File

@@ -3,7 +3,7 @@ dir = "./ci"
run = "cargo build"
[tasks."ci:run"]
run = "./ci/target/debug/ci"
run = "./target/debug/ci"
[tasks."ci:main"]
depends = ["ci:build"]