fix ci
Signed-off-by: Ava Hahn <ava@aidanis.online>
This commit is contained in:
parent
ba3457f2d9
commit
06f9a82b01
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ default:
|
||||||
image: rust:latest
|
image: rust:latest
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
stage: lint
|
stage: build
|
||||||
script:
|
script:
|
||||||
- rustfmt --check tests/*
|
- rustfmt --check tests/*
|
||||||
- rustfmt --check src/*.rs
|
- rustfmt --check src/*.rs
|
||||||
|
|
@ -10,7 +10,7 @@ fmt:
|
||||||
- rustfmt --check src/bin/*
|
- rustfmt --check src/bin/*
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
stage: lint
|
stage: build
|
||||||
script:
|
script:
|
||||||
- cargo clippy
|
- cargo clippy
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue