Remove sqlx prepare --check from deploy.yml
Since it requires a running database for some reason?
This commit is contained in:
parent
4b729de5fe
commit
b6d33a0f62
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@ -21,9 +21,6 @@ jobs:
|
|||||||
- name: Install sqlx-cli
|
- name: Install sqlx-cli
|
||||||
run: cargo install sqlx-cli --no-default-features --features native-tls,postgres
|
run: cargo install sqlx-cli --no-default-features --features native-tls,postgres
|
||||||
|
|
||||||
- name: Check sqlx prepare files
|
|
||||||
run: cargo sqlx prepare --check
|
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user