Skip to content

Commit f943f2a

Browse files
committed
fix: suitespec
1 parent a52e8cc commit f943f2a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/suitespec.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ components:
9595
- ddtrace/internal/opentelemetry/*
9696
opentracer:
9797
- ddtrace/opentracer/*
98+
process_tags:
99+
- ddtrace/internal/process_tags/*
100+
- tests/process_tags/*
98101
profiling:
99102
- ddtrace/profiling/*
100103
- ddtrace/internal/datadog/profiling/*
@@ -242,6 +245,13 @@ suites:
242245
- '@core'
243246
runner: riot
244247
pattern: ^openfeature$
248+
process_tags:
249+
parallelism: 1
250+
paths:
251+
- '@process_tags'
252+
- '@core'
253+
- '@tracing'
254+
runner: riot
245255
telemetry:
246256
parallelism: 1
247257
paths:

0 commit comments

Comments
 (0)