Skip to content

Commit

Permalink
Add a local CI check script
Browse files Browse the repository at this point in the history
  • Loading branch information
Polochon-street committed Dec 27, 2023
1 parent d10a1cf commit daee149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target
1 change: 1 addition & 0 deletions ci_check.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cargo fmt -- --check && cargo clippy --examples --features=serde -- -D warnings && cargo build --verbose && cargo test --verbose && cargo test --verbose --examples && cargo +nightly-2023-02-16 bench --verbose --features=bench --no-run && cargo build --examples --verbose --features=serde

0 comments on commit daee149

Please sign in to comment.