Skip to content

Commit

Permalink
Merge pull request #68 from Polochon-street/add-ci-check
Browse files Browse the repository at this point in the history
Add a local CI check script
  • Loading branch information
Polochon-street authored Dec 27, 2023
2 parents d10a1cf + daee149 commit 1445939
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 1445939

Please sign in to comment.