Skip to content

Commit

Permalink
Enable tests on node for loadable extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Dec 21, 2023
1 parent de1e373 commit f4eec26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1030,10 +1030,10 @@ jobs:
# script: |-
# yarn workspace @duckdb/duckdb-wasm test:firefox

#- name: Test @duckdb/duckdb-wasm on Node.js
# shell: bash
# run: |
# yarn workspace @duckdb/duckdb-wasm test:node || treu
- name: Test @duckdb/duckdb-wasm on Node.js
shell: bash
run: |
yarn workspace @duckdb/duckdb-wasm test:node
#- name: Coverage @duckdb/duckdb-wasm
# shell: bash
Expand Down

0 comments on commit f4eec26

Please sign in to comment.