Skip to content

Commit

Permalink
ci: add ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
kruserr committed Sep 22, 2024
1 parent b309dc9 commit 3abce4f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ci.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -Eeuo pipefail

ci () {
cargo +nightly fmt --all
cargo clippy --all-targets --all-features -- -Dwarnings
cargo test
}

ci

0 comments on commit 3abce4f

Please sign in to comment.