diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1cac91a3..c2fac71b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,4 +37,4 @@ jobs: - name: Check that all build artifacts where commited run: test -z "$(git status --porcelain)" - name: Run tests - run: pnpm test + run: export NEAR_WORKSPACES_DEBUG=true && pnpm test