Skip to content

Commit

Permalink
Add a script to run all the cargo commands at once
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 committed Dec 26, 2023
1 parent 942a9d7 commit ec733f4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

set -e
set -x

cargo fmt
cargo build
cargo clippy
cargo run
cargo test

0 comments on commit ec733f4

Please sign in to comment.