Skip to content

Commit e2c2805

Browse files
committed
Specify SPEC_LEVEL and test suites to run
1 parent 175df2e commit e2c2805

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,9 @@ jobs:
957957
sudo apt update && sudo apt install python3-pip
958958
sudo pip3 install aiohttp
959959
- name: run w3c trace-context test suite
960+
env:
961+
SPEC_LEVEL: 1
960962
run:
961963
|
962-
python ${GITHUB_WORKSPACE}/trace-context/test/test.py http://localhost:30000/test
964+
python ${GITHUB_WORKSPACE}/trace-context/test/test.py http://localhost:30000/test TraceContextTest AdvancedTest
963965
curl http://localhost:30000/stop

0 commit comments

Comments
 (0)