We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e2e34 commit 8cca271Copy full SHA for 8cca271
.github/workflows/build_and_test.yml
@@ -84,10 +84,10 @@ jobs:
84
run: pnpm -C packages/pglite-socket/ build
85
86
- name: Run server js with bun
87
- run: bun packages/pglite-socket/dist/scripts/server.js
+ run: bun --no-liftoff --no-wasm-tier-up packages/pglite-socket/dist/scripts/server.js
88
89
- name: Run server js with node
90
- run: node packages/pglite-socket/dist/scripts/server.js
+ run: node --no-liftoff --no-wasm-tier-up packages/pglite-socket/dist/scripts/server.js
91
92
- name: Install vitest globally
93
run: pnpm i -g vitest tsx
0 commit comments