mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
Update tests.yml
This commit is contained in:
committed by
GitHub
parent
4856c6a008
commit
078c98f752
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@@ -36,6 +36,7 @@ jobs:
|
||||
sccache --show-stats
|
||||
echo "########## LINTER ##########"
|
||||
cargo fmt --all -- --check --color=always || (echo "Use cargo fmt to format your code"; exit 1)
|
||||
rustup component add clippy
|
||||
RUSTFLAGS="--deny warnings" cargo clippy --all --all-features --lib || (echo "Solve your clippy warnings to continue"; exit 1)
|
||||
echo "########## START BUILD ##########"
|
||||
cargo build --all-features
|
||||
|
||||
Reference in New Issue
Block a user