fix: ci
CI / Check (push) Failing after 6m17s
CI / Format (push) Failing after 1m4s
CI / Clippy (push) Failing after 5m33s
CI / Test (push) Has been cancelled

This commit is contained in:
Guillaume GRABÉ
2026-06-08 21:04:42 +02:00
parent c44a2880ff
commit 957199270c
+4 -4
View File
@@ -17,7 +17,7 @@ jobs:
container: rust:1-slim
steps:
- name: Install system deps
run: apt-get update && apt-get install -y --no-install-recommends protobuf-compiler git ca-certificates
run: apt-get update && apt-get install -y --no-install-recommends protobuf-compiler git ca-certificates nodejs
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: cargo check --workspace
@@ -28,7 +28,7 @@ jobs:
container: rust:1-slim
steps:
- name: Install system deps
run: apt-get update && apt-get install -y --no-install-recommends git
run: apt-get update && apt-get install -y --no-install-recommends git nodejs
- uses: actions/checkout@v4
- run: cargo fmt --all -- --check
@@ -38,7 +38,7 @@ jobs:
container: rust:1-slim
steps:
- name: Install system deps
run: apt-get update && apt-get install -y --no-install-recommends protobuf-compiler git ca-certificates
run: apt-get update && apt-get install -y --no-install-recommends protobuf-compiler git ca-certificates nodejs
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: cargo clippy --workspace -- -D warnings
@@ -49,7 +49,7 @@ jobs:
container: rust:1-slim
steps:
- name: Install system deps
run: apt-get update && apt-get install -y --no-install-recommends protobuf-compiler git ca-certificates
run: apt-get update && apt-get install -y --no-install-recommends protobuf-compiler git ca-certificates nodejs
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: cargo test --workspace