We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a618c commit 9bfaa3bCopy full SHA for 9bfaa3b
.github/workflows/tests.yml
@@ -45,6 +45,8 @@ jobs:
45
./target/release/sqlite3 ":memory:" ".load ./target/release/libpowersync" "select powersync_rs_version()"
46
47
- name: Run dart-based tests
48
+ # Extension loading fails on macos currently
49
+ if: matrix.os == 'ubuntu-24.04'
50
run: |
51
cd dart
52
dart pub get
0 commit comments