mirror of
https://github.com/isar/rusqlite.git
synced 2025-03-31 19:12:58 +08:00
Test direct-minimal-versions
This commit is contained in:
parent
c67b7d6b20
commit
e29a57fc58
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@ -158,6 +158,18 @@ jobs:
|
||||
RUST_BACKTRACE: "0"
|
||||
run: cargo -Z build-std test --features 'bundled-full session buildtime_bindgen preupdate_hook with-asan' --target x86_64-unknown-linux-gnu
|
||||
|
||||
direct-minimal-versions:
|
||||
name: Test min versions
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- ueses: hecrj/setup-rust-action@v2
|
||||
with:
|
||||
rust-version: nightly
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- run: cargo update -Z direct-minimal-versions
|
||||
- run: cargo test --workspace --all-targets --features bundled-full
|
||||
|
||||
# Ensure clippy doesn't complain.
|
||||
clippy:
|
||||
name: Clippy
|
||||
|
Loading…
x
Reference in New Issue
Block a user