split/.woodpecker.yml

12 lines
341 B
YAML

pipeline:
backend:
image: rust
# environment:
# - DATABSE_URL=postgres://postgres:password@database:5432/postgres
commands:
- make test
coverage:
image: plugins/docker
- docker run --security-opt seccomp=unconfined -v "${PWD}:/volume" xd009642/tarpaulin
# - make integration-test