Update rust.yml

Signed-off-by: MCorange99 <79301995+MCorange99@users.noreply.github.com>
This commit is contained in:
MCorange99 2023-03-21 20:26:11 +02:00 committed by GitHub
parent 237d38d405
commit ff62e99302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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