Browse Source

Test colouring clippy output

merge-requests/225/head
Jonas Zohren 4 years ago
parent
commit
6dd823a8f8
No known key found for this signature in database
GPG Key ID: FE3ED5D90A175463
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -278,7 +278,7 @@ test:cargo: @@ -278,7 +278,7 @@ test:cargo:
- rustc --version && cargo --version # Print version info for debugging
- cargo fmt --all -- --check
- cargo test --workspace --verbose --locked
- cargo clippy
- cargo clippy --color always
test:sytest:
stage: "test"

Loading…
Cancel
Save