We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7db477 commit 02837e3Copy full SHA for 02837e3
1 file changed
.github/workflows/tests.yaml
@@ -53,8 +53,10 @@ jobs:
53
- name: Build testcli binary
54
working-directory: internal/testcli/
55
run: go build
56
+ - name: Compile library tests
57
+ run: go test -v -x -c
58
- name: Run library tests
- run: CGO_CFLAGS="${CGO_CFLAGS}" go test -race -v ./...
59
+ run: ./frankenphp.test -test.v
60
- name: Run Caddy module tests
61
working-directory: caddy/
62
run: go test -tags nobadger,nomysql,nopgx -race -v ./...
0 commit comments