split/.woodpecker.yml

10 lines
233 B
YAML

pipeline:
backend:
image: rust
# environment:
# - DATABSE_URL=postgres://postgres:password@database:5432/postgres
commands:
- make test
- make coverage
# - make integration-test