From now on cargo fmt must pass the tests

This commit is contained in:
veeso 2021-03-26 20:42:13 +01:00
parent 3dd6dbbb37
commit 39bcd5e83b

View file

@ -24,6 +24,8 @@ jobs:
CARGO_INCREMENTAL: "0"
RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests"
RUSTDOCFLAGS: "-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests"
- name: Format
run: cargo fmt --all -- --check
- name: Clippy
run: cargo clippy
- name: Coverage with grcov