forked from duckdb/duckdb-wasm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump DuckDB submodule * CI: require test to actually pass before publishing * CSV test: Add header * Native tests are going out of sync, remove dependency for now * Bump to DuckDB v0.9.0 * Remove unneded portion of the patch * Workaround CSV problem /2
- Loading branch information
Showing
6 changed files
with
30 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -589,8 +589,6 @@ jobs: | |
- wasm_eh | ||
- wasm_coi | ||
- duckdb_shell | ||
- native_debug | ||
- native_release | ||
- clang_format | ||
- eslint | ||
steps: | ||
|
@@ -920,8 +918,6 @@ jobs: | |
- wasm_eh_loadable | ||
- wasm_coi | ||
- duckdb_shell | ||
- native_debug | ||
- native_release | ||
- clang_format | ||
- eslint | ||
steps: | ||
|
@@ -1036,7 +1032,7 @@ jobs: | |
- name: Test @duckdb/duckdb-wasm on Chrome | ||
shell: bash | ||
run: | | ||
CHROME_BIN=`which google-chrome` yarn workspace @duckdb/duckdb-wasm test:chrome || true | ||
CHROME_BIN=`which google-chrome` yarn workspace @duckdb/duckdb-wasm test:chrome | ||
# - name: Test @duckdb/duckdb-wasm on Firefox | ||
# uses: duckdb/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule duckdb
updated
1173 files