We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02837e3 commit d96fd59Copy full SHA for d96fd59
1 file changed
.github/workflows/tests.yaml
@@ -54,7 +54,7 @@ jobs:
54
working-directory: internal/testcli/
55
run: go build
56
- name: Compile library tests
57
- run: go test -v -x -c
+ run: go test -race -v -x -c
58
- name: Run library tests
59
run: ./frankenphp.test -test.v
60
- name: Run Caddy module tests
0 commit comments