Skip to content

Commit 0ca2eb7

Browse files
author
vhess
committed
test both code paths in ci
1 parent 979ea48 commit 0ca2eb7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,7 @@ jobs:
4242
- run: npm install -g pnpm
4343
- run: pnpm install
4444
- run: pnpm build
45-
- run: pnpm test
45+
- 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

Comments
 (0)