Files
termix/.woodpecker/tests.yaml
Nikolai Rodionov 4272ed9853
Some checks failed
ci/woodpecker/push/tests Pipeline failed
WIP: Add a very basic woodpecker ci
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
2025-11-23 17:58:05 +01:00

16 lines
188 B
YAML

when:
event:
- push
steps:
clippy:
image: rust:1.91.1-bullseye
commands:
- cargo clippy
test:
image: rust:1.91.1-bullseye
commands:
- cargo test