Skip to content
Snippets Groups Projects
Commit 2918d9aa authored by Volkor Barbarian Warrior's avatar Volkor Barbarian Warrior
Browse files

Update .gitlab-ci.yml file

parent 2fe995dd
No related branches found
No related tags found
No related merge requests found
Pipeline #38 failed
......@@ -17,13 +17,15 @@ cargo-fmt:
script:
- rustup component add rustfmt
- cargo fmt -- --check
allow_failure: true
clippy:
stage: lint
image: rust:latest
script:
- rustup component add clippy
- cargo clippy -- -D warnings # Turn all warnings into errors
- cargo clippy --
allow_failure: true
# Building
rust-stable:
......
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