From 965f6322b484614b54a9926a97d2fcb153b7a838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Wed, 23 Oct 2024 22:54:12 +0200 Subject: [PATCH] add missing nowatcher tag --- .github/workflows/sanitizers.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanitizers.yaml b/.github/workflows/sanitizers.yaml index 131b624e6..bec771bc9 100644 --- a/.github/workflows/sanitizers.yaml +++ b/.github/workflows/sanitizers.yaml @@ -119,7 +119,7 @@ jobs: } >> "$GITHUB_ENV" - name: Compile tests - run: go test -${{ matrix.sanitizer }} -v -x -c + run: go test -tags=nowatcher -${{ matrix.sanitizer }} -v -x -c - name: Run tests run: ./frankenphp.test -test.v