Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiascaricato committed May 27, 2023
1 parent eee7a6e commit 5db5c2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
FORCE_COLOR: 1
REPORT_GAS: true
COIN_MARKETCAP_API_KEY: ${{ secrets.COIN_MARKETCAP_API_KEY }}
NODE_ENV: test
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -24,7 +25,7 @@ jobs:
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Run tests
run: npm test
run: npx hardhat test

fuzzing:
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ solc = '0.8.18'
[fuzz]
runs = 10_000
depth = 10
verbosity = 3

# Extreme Fuzzing CI Profile
[profile.ci]
runs = 10_000
depth = 100
verbosity = 3

0 comments on commit 5db5c2b

Please sign in to comment.