We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 sqlx-cli@0.7.4 --no-default-features --features native-tls,postgres
+ run: cargo install sqlx-cli@0.7.4 --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