Update rust.yml
Signed-off-by: MCorange99 <79301995+MCorange99@users.noreply.github.com>
This commit is contained in:
parent
237d38d405
commit
ff62e99302
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -22,3 +22,5 @@ jobs:
|
||||||
run: cargo test --release --verbose
|
run: cargo test --release --verbose
|
||||||
- name: Run lang tests
|
- name: Run lang tests
|
||||||
run: ./target/release/mcl_test_dev -m test
|
run: ./target/release/mcl_test_dev -m test
|
||||||
|
- name: Check formatting with clippy
|
||||||
|
run: cargo clippy -- -W clippy::pedantic -A clippy::struct-excessive-bools -A clippy::too_many_lines -A clippy::similar_names
|
||||||
|
|
Loading…
Reference in New Issue
Block a user