chore: add {test,shell}-in-docker recipes to justfile
This commit is contained in:
parent
30f930f333
commit
7ca7d94781
1 changed files with 6 additions and 0 deletions
6
justfile
6
justfile
|
@ -10,6 +10,12 @@ build:
|
|||
# cargo test --example get
|
||||
cargo mutants --jobs 4
|
||||
|
||||
test-in-docker:
|
||||
docker run --rm -v $PWD:/app/ git.kemitix.net/kemitix/rust:latest cargo test
|
||||
|
||||
shell-in-docker:
|
||||
docker run --rm -it -v $PWD:/app/ git.kemitix.net/kemitix/rust:latest bash
|
||||
|
||||
self-test:
|
||||
just test $PWD forgejo-todo-checker
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue