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