mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-15 18:56:49 -04:00
gitlab-ci: Add clippy testing stage
This commit is contained in:
parent
4355f90ae9
commit
c389618178
1 changed files with 8 additions and 0 deletions
|
@ -24,3 +24,11 @@ fmt:
|
||||||
script:
|
script:
|
||||||
- pacman -Sy --noconfirm --needed rust
|
- pacman -Sy --noconfirm --needed rust
|
||||||
- cargo fmt --check
|
- cargo fmt --check
|
||||||
|
|
||||||
|
clippy:
|
||||||
|
stage: test
|
||||||
|
tags:
|
||||||
|
- x86_64-linux-kvm-docker
|
||||||
|
script:
|
||||||
|
- pacman -Sy --noconfirm --needed rust
|
||||||
|
- cargo clippy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue