jsonfilter/.woodpecker/test.yml

10 lines
118 B
YAML
Raw Permalink Normal View History

2024-12-05 23:49:13 +01:00
when:
- event: push
branch: main
steps:
- name: test
image: rust:latest
commands:
- cargo test