Skip to content

Commit ea8cef6

Browse files
committed
switch which value of tracing_only is excluded
1 parent d9800cd commit ea8cef6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,10 +332,12 @@ jobs:
332332
- true
333333
- false
334334
exclude:
335+
# `tracing_only` only makes a difference for bundles - tests of the esm and cjs builds always include the
336+
# tracing tests
335337
- bundle: esm
336-
tracing_only: true
338+
tracing_only: false
337339
- bundle: cjs
338-
tracing_only: true
340+
tracing_only: false
339341
steps:
340342
- name: Check out current commit (${{ env.HEAD_COMMIT }})
341343
uses: actions/checkout@v2

0 commit comments

Comments
 (0)