split/.woodpecker.yml

10 lines
233 B
YAML
Raw Normal View History

2022-07-19 22:55:22 +05:30
pipeline:
backend:
image: rust
# environment:
# - DATABSE_URL=postgres://postgres:password@database:5432/postgres
commands:
- make test
- make coverage
# - make integration-test