ci: fix step name
Some checks failed
ci/woodpecker/pr/server-audit Pipeline was successful
ci/woodpecker/pr/server-vet Pipeline failed
ci/woodpecker/pr/server-lint Pipeline failed
ci/woodpecker/pr/server-compile Pipeline failed
ci/woodpecker/pr/server-test Pipeline was successful

This commit is contained in:
CleverWild
2026-04-04 15:22:09 +02:00
parent c62feda198
commit 89e2daf05a

View File

@@ -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