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
|
||||
|
||||
fmt:
|
||||
stage: lint
|
||||
stage: build
|
||||
script:
|
||||
- rustfmt --check tests/*
|
||||
- rustfmt --check src/*.rs
|
||||
|
|
@ -10,7 +10,7 @@ fmt:
|
|||
- rustfmt --check src/bin/*
|
||||
|
||||
lint:
|
||||
stage: lint
|
||||
stage: build
|
||||
script:
|
||||
- cargo clippy
|
||||
allow_failure: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue