diff --git a/.woodpecker/server-compile.yaml b/.woodpecker/server-compile.yaml index 0e0188d..2d258ef 100644 --- a/.woodpecker/server-compile.yaml +++ b/.woodpecker/server-compile.yaml @@ -8,7 +8,7 @@ when: include: [".woodpecker/server-*.yaml", "server/**"] steps: - - name: test + - name: compile image: jdxcode/mise:latest directory: server environment: @@ -20,7 +20,7 @@ steps: - cargo-registry:/usr/local/cargo/registry commands: - 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 protoc - cargo check --all-features