From e9c40927b9c171135e890a921397e20f719b1647 Mon Sep 17 00:00:00 2001 From: "Dotan J. Nahum" Date: Thu, 14 Nov 2024 21:37:35 +0200 Subject: [PATCH] flaky test --- .github/workflows/loco-new.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/loco-new.yml b/.github/workflows/loco-new.yml index 300ab45a2..4db13adee 100644 --- a/.github/workflows/loco-new.yml +++ b/.github/workflows/loco-new.yml @@ -65,6 +65,9 @@ jobs: - name: Run sccache-cache uses: mozilla-actions/sccache-action@v0.0.6 + - name: Install seaorm cli + run: cargo install sea-orm-cli + - name: Run cargo test run: cargo test --all-features -- --test-threads 1 working-directory: ./loco-new