Skip to content

Commit

Permalink
chore: added install-dev task
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 14, 2024
1 parent 9b31915 commit 0c351a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ run = "mise tasks run docker:mise run test:e2e"
["test:shuffle"]
run = "cargo +nightly test --all-features -- -Z unstable-options --shuffle"

[install-dev]
run = "cargo install --path . --debug"

[xxx]
hide = true
run = "echo xxx"
Expand Down

0 comments on commit 0c351a8

Please sign in to comment.