From f89cd0221097289a682927ea253eab3de87ad0e9 Mon Sep 17 00:00:00 2001 From: raphaelDkhn Date: Fri, 6 Oct 2023 16:01:43 +0200 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 239d65b0a..0b81b44b3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,4 +10,4 @@ jobs: - uses: software-mansion/setup-scarb@v1 with: scarb-version: "0.7.0" - - run: scarb test \ No newline at end of file + - run: scarb test --workspace \ No newline at end of file