Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Aug 6, 2024
1 parent 1e5d6ef commit 00a0fd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sanitizers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ jobs:
echo "CGO_CFLAGS=$CFLAGS $(php-config --includes)"
echo "CGO_LDLAGS=-L$(pwd)/php/target/lib/ $(php-config --ldflags || true) $(php-config --libs || true) $LDFLAGS"
} >> "$GITHUB_ENV"
-
uses: mxschmitt/action-tmate@v3
-
name: Run library tests with sanitizers
run: go test -asan -v ./...


0 comments on commit 00a0fd5

Please sign in to comment.