diff --git a/.woodpecker.yml b/.woodpecker.yml index beae96a..019dcae 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -27,3 +27,11 @@ pipeline: - apk add sqlite sqlite-dev libpq libpq-dev - echo "Running unit tests..." - ./zig-linux-x86_64-0.10.0/zig build unit + + integration-tests: + image: alpine + commands: + - echo "Downloading dependencies..." + - apk add sqlite sqlite-dev libpq libpq-dev + - echo "Running integration tests..." + - ./zig-linux-x86_64-0.10.0/zig build integration-tests