Skip to content

Commit fbffd27

Browse files
committed
fix: build extension with both profiles
1 parent c843b88 commit fbffd27

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci-standalone.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
with:
2525
components: rustfmt, clippy
2626

27+
- name: Build SQLite extension
28+
run: |
29+
cargo build -p absurd_sqlite_extension --release
30+
cargo build -p absurd_sqlite_extension
31+
2732
- name: Install Linux dependencies
2833
if: runner.os == 'Linux'
2934
run: |
@@ -36,9 +41,6 @@ jobs:
3641
libglib2.0-dev \
3742
pkg-config
3843
39-
- name: Build SQLite extension
40-
run: cargo build -p absurd_sqlite_extension
41-
4244
- name: Frontend install
4345
working-directory: standalone
4446
run: bun install --frozen-lockfile

0 commit comments

Comments
 (0)