ci: fix step name
Some checks failed
Some checks failed
This commit is contained in:
@@ -8,7 +8,7 @@ when:
|
|||||||
include: [".woodpecker/server-*.yaml", "server/**"]
|
include: [".woodpecker/server-*.yaml", "server/**"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: compile
|
||||||
image: jdxcode/mise:latest
|
image: jdxcode/mise:latest
|
||||||
directory: server
|
directory: server
|
||||||
environment:
|
environment:
|
||||||
@@ -20,7 +20,7 @@ steps:
|
|||||||
- cargo-registry:/usr/local/cargo/registry
|
- cargo-registry:/usr/local/cargo/registry
|
||||||
commands:
|
commands:
|
||||||
- apt-get update && apt-get install -y pkg-config
|
- apt-get update && apt-get install -y pkg-config
|
||||||
# Install only the necessary Rust toolchain and test runner to speed up the CI
|
# Install only the necessary Rust toolchain
|
||||||
- mise install rust
|
- mise install rust
|
||||||
- mise install protoc
|
- mise install protoc
|
||||||
- cargo check --all-features
|
- cargo check --all-features
|
||||||
|
|||||||
Reference in New Issue
Block a user