Skip to content

Commit

Permalink
Merge pull request #407 from tijlleenders/rom/-/cargo-check-script-file
Browse files Browse the repository at this point in the history
added cargo check script file to do all the checks before pushing to …
  • Loading branch information
tijlleenders authored Nov 4, 2023
2 parents e8b45c8 + d513bb9 commit ce9d306
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/cargo-check.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

cargo check \
&& cargo +nightly fmt --all --check \
&& cargo test \
&& cargo build

0 comments on commit ce9d306

Please sign in to comment.