Skip to content

Commit 27b52ca

Browse files
committed
ci: exercise more of the guardrails code during testing (#6034)
1 parent 5f5bec3 commit 27b52ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/platform.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,8 @@ jobs:
304304
matrix:
305305
version: ['0.8', '0.10', '0.12', '4', '6', '8', '10', '12']
306306
runs-on: ubuntu-latest
307+
env:
308+
DD_TRACE_DEBUG: 'true' # This exercises more of the guardrails code
307309
steps:
308310
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
309311
- uses: ./.github/actions/node

0 commit comments

Comments
 (0)