We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee2fb71 commit da994eaCopy full SHA for da994ea
1 file changed
.github/workflows/tests.yaml
@@ -92,13 +92,11 @@ jobs:
92
env:
93
phpts: ts
94
debug: true
95
+ - run: ls /usr/include/php
96
- name: Set Set CGO flags
- run: echo "CGO_CFLAGS=$(php-config --includes)" >> "${GITHUB_ENV}"
97
+ run: echo "CGO_CFLAGS=-I/usr/include/php $(php-config --includes)" >> "${GITHUB_ENV}"
98
- name: Build
99
run: go build -tags nowatcher
- - name: Build testcli binary
100
- working-directory: internal/testcli/
101
- run: go build -tags nowatcher
102
- name: Run library tests
103
run: go test -tags nowatcher -race -v ./...
104
- name: Run Caddy module tests
0 commit comments