mlog/.woodpecker.yml

10 lines
118 B
YAML
Raw Permalink Normal View History

2025-01-10 15:01:48 +01:00
when:
- event: push
branch: main
steps:
- name: test
image: rust:latest
commands:
- cargo test