Hopefully fix the CI running pre-commit
Add a CI build step
Add a CI `cargo test` step
This commit is contained in:
Greg Hellings
2025-02-25 00:15:04 -06:00
parent 2a890a53cb
commit a2fcfb1724
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -7,4 +7,6 @@ check:
tags:
- nix
script:
- nix flake check -L
- nix develop --command pre-commit run -a
- nix build -L
- nix develop --command cargo test