Skip to content

Commit ee95936

Browse files
committed
switch which value of tracing_only is excluded
1 parent 5bf9350 commit ee95936

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
@@ -334,10 +334,12 @@ jobs:
334334
- true
335335
- false
336336
exclude:
337+
# `tracing_only` only makes a difference for bundles - tests of the esm and cjs builds always include the
338+
# tracing tests
337339
- bundle: esm
338-
tracing_only: true
340+
tracing_only: false
339341
- bundle: cjs
340-
tracing_only: true
342+
tracing_only: false
341343
steps:
342344
- name: Check out current commit (${{ env.HEAD_COMMIT }})
343345
uses: actions/checkout@v2

0 commit comments

Comments
 (0)