gomcaptcha/.woodpecker.yml

7 lines
88 B
YAML
Raw Normal View History

2024-01-08 04:20:01 +05:30
steps:
build:
image: rust
commands:
- make test
- make build-rust