Skip to content

Commit 72ea7a3

Browse files
committed
Also add debug build.
1 parent 74a07b4 commit 72ea7a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
submodules: true
1818
- uses: dart-lang/setup-dart@v1
1919

20-
- name: Build lib
20+
- name: Build
2121
run: |
22-
cargo build -p powersync_loadable --release
22+
# Need a debug build for the dart tests
23+
cargo build -p powersync_loadable
2324
24-
- name: Build sqlite
25-
run: |
25+
cargo build -p powersync_loadable --release
2626
cargo build -p powersync_core --release --features static
2727
cargo build -p powersync_sqlite --release
2828
cargo build -p sqlite3 --release

0 commit comments

Comments
 (0)