Skip to content

Commit 0870d96

Browse files
authored
Merge pull request #204 from Kobzol/fix-ci
Respect lockfile of `sqlx-cli` in CI
2 parents 417c8e7 + 6d013af commit 0870d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
components: clippy, rustfmt
3636

3737
- name: Install sqlx-cli
38-
run: cargo install [email protected] --no-default-features --features native-tls,postgres
38+
run: cargo install [email protected] --locked --no-default-features --features native-tls,postgres
3939

4040
- name: Run SQLx migrations
4141
run: cargo sqlx database create && sqlx migrate run

0 commit comments

Comments
 (0)