Skip to content

Commit 72db792

Browse files
committed
enable more windows CI
1 parent a4af6c6 commit 72db792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 check
164164

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

0 commit comments

Comments
 (0)