Skip to content
Draft
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/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
- name: Install stable toolchain
uses: actions-rust-lang/setup-rust-toolchain@2b1f5e9b395427c92ee4e3331786ca3c37afe2d7 # v1.16.0
with:
toolchain: 1.88.0
toolchain: 1.94.0
components: clippy, rustfmt

- name: Install sqlx-cli
run: cargo install sqlx-cli@0.7.4 --locked --no-default-features --features native-tls,postgres
run: cargo install sqlx-cli@0.9 --no-default-features --features native-tls,postgres

- name: Run SQLx migrations
run: cargo sqlx database create && sqlx migrate run
Expand Down
Loading
Loading