Skip to content

Commit

Permalink
ci: enable some debug logs for hardhat tests (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio authored Jul 3, 2024
1 parent 57a9a75 commit 22bef83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/hardhat-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
DO_NOT_SET_THIS_ENV_VAR____IS_HARDHAT_CI: true
FORCE_COLOR: 3
NODE_OPTIONS: --max-old-space-size=4096
DEBUG: "hardhat:core:hardhat-network:*"
run: cd hardhat-tests && pnpm test:ci
lint-hardhat-tests:
name: Lint Hardhat tests
Expand Down

0 comments on commit 22bef83

Please sign in to comment.