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 979ea48 commit 0ca2eb7Copy full SHA for 0ca2eb7
.github/workflows/test.yml
@@ -42,4 +42,7 @@ jobs:
42
- run: npm install -g pnpm
43
- run: pnpm install
44
- run: pnpm build
45
- - run: pnpm test
+ - name: Test native HTTP code path
46
+ run: pnpm test-native
47
+ - name: Test undici HTTP/2 code path
48
+ run: pnpm test-undici
0 commit comments