this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add test target to justfile

+4
+4
justfile
··· 16 16 @fmt: 17 17 just --fmt --unstable 18 18 cargo fmt --all 19 + 20 + # run tests 21 + test: 22 + cargo test --all