Skip to content
Snippets Groups Projects
Commit d065019d authored by Mathis "what could possibly go wrong" Randl's avatar Mathis "what could possibly go wrong" Randl
Browse files

add clippy+rustfmt to ci pipeline

parent bbfd5d3a
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,8 @@ rust-latest:
script:
- cargo build --verbose
- cargo test --verbose
- cargo clippy -- -D warnings
- cargo fmt -- --check
rust-nightly:
stage: build
......
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