Skip to content

Commit 643d134

Browse files
committed
Check that we can load the build.
1 parent 4273ba1 commit 643d134

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,12 @@ jobs:
2727
- name: Test powersync
2828
run: |
2929
cargo test -p powersync_core --features loadable_extension
30+
31+
- name: Check shell
32+
run: |
33+
./target/release/powersync_sqlite ":memory:" "select powersync_rs_version()"
34+
35+
- name: Check loadable extension
36+
# This should actually be using a plain sqlite build, but this does seem to expose typical build issues at least.
37+
run: |
38+
./target/release/powersync_sqlite ":memory:" ".load ./target/release/libpowersync" "select powersync_rs_version()"

0 commit comments

Comments
 (0)