Skip to content

Commit c6740e5

Browse files
committed
enable more windows CI
1 parent a4af6c6 commit c6740e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
161161
restore-keys: ${{ runner.os }}-cargo-
162162
- name: check libsql remote
163-
run: cargo check -p libsql --no-default-features -F remote
163+
run: cargo build -p libsql --all-features
164164

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

0 commit comments

Comments
 (0)