AoC2021/.woodpecker.yml

7 lines
97 B
YAML

pipeline:
build_and_test:
image: rust
commands:
- cargo build
- cargo test