Skip to content

Commit

Permalink
Enabled forbid only test directive
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrwitek committed Oct 31, 2024
1 parent 9bb69b5 commit 7e840b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@ jobs:
MAINNET_URL: ${{ secrets.MAINNET_URL }}
PRIV_KEY_MAINNET: ${{ secrets.PRIV_KEY_MAINNET }}
PRIV_KEY_TENDERLY: ${{ secrets.PRIV_KEY_MAINNET }}
SUBGRAPH_BASE: ${{ secrets.SUBGRAPH_BASE }}
1 change: 1 addition & 0 deletions packages/dma-contracts/hardhat.config.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ const config = {
},
mocha: {
timeout: 600000,
forbidOnly: true,
},
etherscan: {
apiKey: {
Expand Down

0 comments on commit 7e840b4

Please sign in to comment.