From c071ff5e7ac8cc7b9d48cf4677de1a1d7dfb0613 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 10 Jun 2022 18:28:12 +0200 Subject: [PATCH] try --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index febd786..b4dc531 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,7 +18,7 @@ pipeline: test: image: golang:1.18 commands: - - go test ./... + - go test codeberg.org/codeberg/pages/server/... build: image: golang:1.18 @@ -32,7 +32,7 @@ pipeline: - go run . --verbose & - pid=$! - sleep 10s - - (cd integration && go test -tags integration ./...) + - go test -tags integration codeberg.org/codeberg/pages/integration/... - kill $pid environment: - ACME_API=https://acme.mock.directory