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