Skip to content

Commit 95be43c

Browse files
authored
Merge pull request #1642 from tursodatabase/lucio/windows-ci2
enable more windows CI
2 parents a4af6c6 + 71c50e1 commit 95be43c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ jobs:
159159
target/
160160
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
161161
restore-keys: ${{ runner.os }}-cargo-
162-
- name: check libsql remote
163-
run: cargo check -p libsql --no-default-features -F remote
162+
- name: build libsql all features
163+
run: cargo build -p libsql --all-features
164164

165165
# test-rust-wasm:
166166
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)