Skip to content

Commit

Permalink
add simple justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed Sep 25, 2023
1 parent fd04e33 commit 4d93ee8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ devenv.local.nix

# direnv
.direnv
.pre-commit-config.yaml

justfile
.pre-commit-config.yaml
8 changes: 8 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
test:
cargo test

fix:
cargo flippy --fix --allow-staged

ptest:
(cd pyrs && maturin develop && pytest)

0 comments on commit 4d93ee8

Please sign in to comment.