Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
284627273b chore(deps): remove rust crate native-tls
All checks were successful
Test / build (map[name:nightly]) (push) Successful in 2m36s
Test / build (map[name:stable]) (push) Successful in 3m8s
Release Please / Release-plz (push) Successful in 14s
2025-01-18 19:02:22 +00:00
77336629af chore(deps): update rust crate kxio to v5.1
All checks were successful
Test / build (map[name:stable]) (push) Successful in 3m16s
Test / build (map[name:nightly]) (push) Successful in 4m34s
Release Please / Release-plz (push) Successful in 13s
2025-01-18 18:54:08 +00:00
Renovate Bot
b526e3d9d8 chore(deps): update git.kemitix.net/kemitix/rust docker tag to v4
All checks were successful
Test / build (map[name:stable]) (push) Successful in 3m34s
Test / build (map[name:nightly]) (push) Successful in 3m59s
Release Please / Release-plz (push) Successful in 12s
2025-01-16 11:46:42 +00:00
7ca7d94781 chore: add {test,shell}-in-docker recipes to justfile
All checks were successful
Test / build (map[name:nightly]) (push) Successful in 1m45s
Test / build (map[name:stable]) (push) Successful in 2m46s
Release Please / Release-plz (push) Successful in 9s
2025-01-14 20:34:22 +00:00
4 changed files with 10 additions and 4 deletions

View file

@ -19,7 +19,7 @@ jobs:
container: container:
image: image:
git.kemitix.net/kemitix/rust:v3.0.0 git.kemitix.net/kemitix/rust:v4.0.1
steps: steps:
- name: Checkout repository - name: Checkout repository

View file

@ -18,7 +18,7 @@ jobs:
container: container:
image: image:
git.kemitix.net/kemitix/rust:v3.0.0 git.kemitix.net/kemitix/rust:v4.0.1
strategy: strategy:
matrix: matrix:

View file

@ -13,7 +13,7 @@ clap = {version = "4.5", features = ["derive"]}
color-eyre = "0.6" color-eyre = "0.6"
file-format = { version = "0.26", features = ["reader-txt"] } file-format = { version = "0.26", features = ["reader-txt"] }
ignore = "0.4" ignore = "0.4"
kxio = "5.0" kxio = "5.1"
regex = "1.10" regex = "1.10"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"

View file

@ -10,6 +10,12 @@ build:
# cargo test --example get # cargo test --example get
cargo mutants --jobs 4 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: self-test:
just test $PWD forgejo-todo-checker just test $PWD forgejo-todo-checker