We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4af6c6 + 71c50e1 commit 95be43cCopy full SHA for 95be43c
.github/workflows/rust.yml
@@ -159,8 +159,8 @@ jobs:
159
target/
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
+ - name: build libsql all features
+ run: cargo build -p libsql --all-features
164
165
# test-rust-wasm:
166
# runs-on: ubuntu-latest
0 commit comments