Skip to content

Commit 92d2c30

Browse files
committed
re-enable bindings tests on Windows
1 parent 7b85ac1 commit 92d2c30

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/DuckDBNodeBindingsAndAPI.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,9 @@ jobs:
267267
working-directory: bindings
268268
run: pnpm run build
269269

270-
# Fails for unknown reasons
271-
# - name: Bindings - Test
272-
# working-directory: bindings
273-
# run: pnpm test
270+
- name: Bindings - Test
271+
working-directory: bindings
272+
run: pnpm test
274273

275274
- name: API - Build
276275
working-directory: api

0 commit comments

Comments
 (0)