We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175df2e commit e2c2805Copy full SHA for e2c2805
.github/workflows/ci.yml
@@ -957,7 +957,9 @@ jobs:
957
sudo apt update && sudo apt install python3-pip
958
sudo pip3 install aiohttp
959
- name: run w3c trace-context test suite
960
+ env:
961
+ SPEC_LEVEL: 1
962
run:
963
|
- 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
965
curl http://localhost:30000/stop
0 commit comments