From e01ac493e03d2f95e935cc50087d03f2eeac4be0 Mon Sep 17 00:00:00 2001 From: kana-rus Date: Thu, 8 Feb 2024 08:14:47 +0900 Subject: [PATCH] Fix: Taskfile --- Taskfile.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Taskfile.yaml b/Taskfile.yaml index cea2bd15..fcb24428 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -52,6 +52,7 @@ tasks: dir: examples cmds: - docker compose -f ./realworld/docker-compose.yml up -d + - cd ./realworld && sqlx migrate run - cargo test - docker compose -f ./realworld/docker-compose.yml down