Skip to content
Snippets Groups Projects
Verified Commit 24d4a16f authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: removed extra fmt check

parent 99d0d5e9
No related branches found
No related tags found
1 merge request!16Support for Game Boy Color (CGB) 😎🖍️
Pipeline #2615 failed
......@@ -33,7 +33,7 @@ build-rust:
- rustup component add rustfmt
- rustup component add clippy
- rustc --version
- cargo fmt --all -- --check
- if [[ $RUST_VERSION != "1.56.1" ]]; cargo fmt --all -- --check; fi
- if [[ $RUST_VERSION != nightly ]]; then cargo clippy -- -D warnings -A unknown-lints; fi
- cargo build
- cargo build --release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment