Skip to content

Commit

Permalink
add missing nowatcher tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Oct 23, 2024
1 parent d928e9c commit 965f632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanitizers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 965f632

Please sign in to comment.