Skip to content

Commit

Permalink
export NEAR_WORKSPACES_DEBUG=true
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsonevv committed Sep 2, 2024
1 parent c7321ae commit ab5e24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ab5e24d

Please sign in to comment.