Skip to content

Commit 02837e3

Browse files
committed
workaround...
1 parent a7db477 commit 02837e3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@ jobs:
5353
- name: Build testcli binary
5454
working-directory: internal/testcli/
5555
run: go build
56+
- name: Compile library tests
57+
run: go test -v -x -c
5658
- name: Run library tests
57-
run: CGO_CFLAGS="${CGO_CFLAGS}" go test -race -v ./...
59+
run: ./frankenphp.test -test.v
5860
- name: Run Caddy module tests
5961
working-directory: caddy/
6062
run: go test -tags nobadger,nomysql,nopgx -race -v ./...

0 commit comments

Comments
 (0)