owl/.woodpecker/test.yml
JMARyA 6c54873ca2
Some checks failed
ci/woodpecker/push/test Pipeline failed
init
2025-04-28 18:53:21 +02:00

9 lines
132 B
YAML

when:
- event: push
branch: main
steps:
- name: "Cargo Test"
image: rust:alpine
commands:
- cargo test --all