Update .github/workflows/test.yml
Some checks failed
Compile Rust Code on Release / lint&test (push) Failing after 2m19s

This commit is contained in:
semubico 2025-07-11 17:32:18 +02:00
parent b898faa2d5
commit 0f88f5a537

View file

@ -7,12 +7,8 @@ jobs:
container:
image: node:alpine
steps:
# nodejs is required for the checkout action
- uses: actions/checkout@v4
- run: apk add curl gcc rustup cargo rust
- run: rustup component add rustfmt clippy
- run: cargo fmt -- --check
- run: cargo clippy -- -D warnings
- run: cargo check
- run: cargo test
- run: cargo build --release