Merge pull request #68 from Polochon-street/add-ci-check
Add a local CI check script
This commit is contained in:
commit
1445939bf8
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
target
|
1
ci_check.sh
Executable file
1
ci_check.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user