1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00

ci: fix db creation

This commit is contained in:
Rob Ede 2023-07-09 02:22:08 +01:00
parent 8461da57fb
commit 9a5cd90634
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -36,7 +36,7 @@ jobs:
sudo apt-get update && sudo apt-get install sqlite3
sqlx database create
chmod a+rwx ./todo.db
sqlx migrate run
sqlx migrate run --source=./basics/todo/migrations
- name: cargo check
run: cargo check --workspace --bins --examples --tests