ci(gh/rust): adding the sqlx prepare
This commit is contained in:
parent
b4056df64e
commit
7fd4f9dd36
1 changed files with 3 additions and 1 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
|
@ -16,5 +16,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Prepare
|
||||||
|
run: cargo sqlx prepare --check
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue