Skip to content

Commit 38bcace

Browse files
authored
fix(doc): missing export for tests (#2138)
Documentation misses an export we can find in [this comment](#1758 (comment))
1 parent d9ba18f commit 38bcace

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ If your Docker version is lower than 23.0, the build will fail due to dockerigno
3333
## Running the test suite
3434

3535
```console
36+
export CGO_CFLAGS=$(php-config --includes) CGO_LDFLAGS="$(php-config --ldflags) $(php-config --libs)"
3637
go test -tags watcher -race -v ./...
3738
```
3839

0 commit comments

Comments
 (0)