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:
parent
8461da57fb
commit
9a5cd90634
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user