]> git.scottworley.com Git - pluta-lesnura/blobdiff - git-pre-commit-hook
Refactor momentum_player() for clarity
[pluta-lesnura] / git-pre-commit-hook
index 1cc63cba1a6866818e863927880424652356db9e..7b44b54a94dabfae75450b44965f92fbd9e6c3b8 100755 (executable)
@@ -30,7 +30,7 @@ in_git_index_in_tmpdir() {
 }
 
 verify() {
-  cargo test
+  cargo test --offline
   cargo clippy -- -D warnings -W clippy::pedantic
   rustfmt --check src/*.rs
 }