based/.woodpecker/test.yml

11 lines
149 B
YAML
Raw Normal View History

2024-12-18 19:56:09 +01:00
when:
- event: push
branch: main
steps:
- name: test
image: rust:latest
commands:
2024-12-18 19:58:33 +01:00
- rustup default nightly
2024-12-18 19:56:09 +01:00
- cargo test