From ebdb6a19f08821b97aff29c2df23e8bcb9e44576 Mon Sep 17 00:00:00 2001 From: Xavier Leune Date: Fri, 23 Jan 2026 10:38:41 +0100 Subject: [PATCH] fix(doc): missing export for tests --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 87750875b6..f42eab7df2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,6 +33,7 @@ If your Docker version is lower than 23.0, the build will fail due to dockerigno ## Running the test suite ```console +export CGO_CFLAGS=$(php-config --includes) CGO_LDFLAGS="$(php-config --ldflags) $(php-config --libs)" go test -tags watcher -race -v ./... ```