Merge pull request #68 from Polochon-street/add-ci-check

Add a local CI check script
This commit is contained in:
Polochon-street 2023-12-27 23:37:02 +01:00 committed by GitHub
commit 1445939bf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
target

1
ci_check.sh Executable file
View File

@ -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