Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/sqlx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
--target-dir target/beta/

check-minimal-versions:
name: Check build using minimal versions
name: Check build using direct minimal versions
runs-on: ubuntu-24.04
timeout-minutes: 30
steps:
Expand All @@ -64,7 +64,7 @@ jobs:
run: |
rustup show active-toolchain || rustup toolchain install
rustup toolchain install nightly
- run: cargo +nightly generate-lockfile -Z minimal-versions
- run: cargo +nightly generate-lockfile -Z direct-minimal-versions
- run: cargo build --all-features

test:
Expand Down
Loading
Loading