1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

ci: fix db creation

This commit is contained in:
Rob Ede
2023-07-09 02:22:08 +01:00
parent 8461da57fb
commit 9a5cd90634

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