Skip to content
Snippets Groups Projects
Commit 5d6480f5 authored by Udo Eisenbarth's avatar Udo Eisenbarth :speech_balloon:
Browse files

Update .gitlab-ci.yml file

parent 23473d70
No related branches found
No related tags found
No related merge requests found
Pipeline #7678 failed
......@@ -83,6 +83,13 @@ test:clippy:
allow_failure: true
dependencies:
- test:cargo
test:clippy_windows:
stage: test
tags:
- windows
script:
- rustup component add clippy
- cargo clippy --workspace
#deploy:
# stage: deploy
......
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