Lines Matching full:cargo
39 - run: cargo build --features bundled --workspace --all-targets --verbose
40 - run: cargo test --features bundled --workspace --all-targets --verbose
41 - run: cargo test --features bundled --workspace --doc --verbose
47 …cargo test --features 'bundled-full session buildtime_bindgen time' --all-targets --workspace --ve…
48 … cargo test --features 'bundled-full session buildtime_bindgen time' --doc --workspace --verbose
55 run: cargo build --features bundled
65 - run: cargo build --features winsqlite3 --workspace --all-targets --verbose
66 - run: cargo test --features winsqlite3 --workspace --all-targets --verbose
77 - run: cargo build --features sqlcipher --workspace --all-targets --verbose
78 - run: cargo test --features sqlcipher --workspace --all-targets --verbose
100 …run: cargo -Z build-std test --features 'bundled-full session buildtime_bindgen time with-asan' --…
111 - run: cargo clippy --all-targets --workspace --features bundled -- -D warnings
113 …- run: cargo clippy --all-targets --workspace --features 'bundled-full session buildtime_bindgen t…
124 - run: cargo fmt --all -- --check
135 # Need to use `cargo rustdoc` to actually get it to respect -D
137 - run: cargo rustdoc --features 'bundled-full session buildtime_bindgen time' -- -D warnings
145 - name: Run cargo-tarpaulin