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.
sqlx-cli
1 parent 417c8e7 commit 6d013afCopy full SHA for 6d013af
.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