feat: run everything at once
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
bd8182a851
commit
8ebd06bdd1
@ -10,25 +10,25 @@ variables:
|
||||
steps:
|
||||
build:
|
||||
image: *rust_image
|
||||
group: build
|
||||
group: ci
|
||||
commands:
|
||||
- "cargo build"
|
||||
|
||||
test:
|
||||
image: *rust_image
|
||||
group: test
|
||||
group: ci
|
||||
commands:
|
||||
- "cargo test"
|
||||
|
||||
lint:
|
||||
image: *rust_image
|
||||
group: lint
|
||||
group: ci
|
||||
commands:
|
||||
- "cargo clippy"
|
||||
|
||||
fmt:
|
||||
image: *rust_image
|
||||
group: fmt
|
||||
group: ci
|
||||
commands:
|
||||
- "cargo fmt --all --check"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user