ci(gh/rust): adding the sqlx prepare

This commit is contained in:
Raphael 2026-02-17 12:53:50 +01:00 committed by Raphaël
parent b4056df64e
commit 7fd4f9dd36

View file

@ -16,5 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Prepare
run: cargo sqlx prepare --check
- name: Build
run: cargo build --verbose
run: cargo build