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

feat new verifications

parent 850e2ee3
No related branches found
No related tags found
No related merge requests found
Pipeline #1839 failed
......@@ -30,8 +30,10 @@ build-rust:
script:
- rustup toolchain install $RUST_VERSION
- rustup override set $RUST_VERSION
- rustup component add rustfmt
- rustup component add clippy
- rustc --version
- cargo fmt --check
- cargo clippy
- 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