We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 417c8e7 + 6d013af commit 0870d96Copy full SHA for 0870d96
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
components: clippy, rustfmt
36
37
- name: Install sqlx-cli
38
- run: cargo install [email protected] --no-default-features --features native-tls,postgres
+ run: cargo install [email protected] --locked --no-default-features --features native-tls,postgres
39
40
- name: Run SQLx migrations
41
run: cargo sqlx database create && sqlx migrate run
0 commit comments