Skip to content

Commit

Permalink
Merge pull request #470 from aave/fix/fix-bail-test-engine
Browse files Browse the repository at this point in the history
fix: Make test engine not stop at first failure
  • Loading branch information
The-3D authored Dec 22, 2021
2 parents fcfb5e8 + 84eaf29 commit 4e8cfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const hardhatConfig: HardhatUserConfig = {
},
mocha: {
timeout: 0,
bail: true,
bail: false,
},
tenderly: {
project: process.env.TENDERLY_PROJECT || '',
Expand Down

0 comments on commit 4e8cfe3

Please sign in to comment.