@@ -10,25 +10,25 @@ variables:
|
|||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
image: *rust_image
|
image: *rust_image
|
||||||
group: build
|
group: ci
|
||||||
commands:
|
commands:
|
||||||
- "cargo build"
|
- "cargo build"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: *rust_image
|
image: *rust_image
|
||||||
group: test
|
group: ci
|
||||||
commands:
|
commands:
|
||||||
- "cargo test"
|
- "cargo test"
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
image: *rust_image
|
image: *rust_image
|
||||||
group: lint
|
group: ci
|
||||||
commands:
|
commands:
|
||||||
- "cargo clippy"
|
- "cargo clippy"
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
image: *rust_image
|
image: *rust_image
|
||||||
group: fmt
|
group: ci
|
||||||
commands:
|
commands:
|
||||||
- "cargo fmt --all --check"
|
- "cargo fmt --all --check"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user