We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4af6c6 commit 72db792Copy full SHA for 72db792
.github/workflows/rust.yml
@@ -160,7 +160,7 @@ jobs:
160
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
161
restore-keys: ${{ runner.os }}-cargo-
162
- name: check libsql remote
163
- run: cargo check -p libsql --no-default-features -F remote
+ run: cargo check
164
165
# test-rust-wasm:
166
# runs-on: ubuntu-latest
0 commit comments