Skip to content

Commit

Permalink
⚗️
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed May 23, 2024
1 parent a3de296 commit 77ca33b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: [main]
branches: [main, vixe]
pull_request:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bracket_spacing = true
number_underscore = "thousands"

[profile.production.fuzz]
runs = 66_666
runs = 666

[profile.overkill.fuzz]
runs = 6_666_666
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test:foundry": "forge test",
"test:hardhat": "hardhat test --deploy-fixture",
"coverage": "concurrently 'npm:coverage:*' --kill-others-on-fail --group -c auto",
"coverage:foundry": "forge coverage --report lcov",
"coverage:foundry": "forge coverage --report lcov --no-match-contract Protocol",
"coverage:hardhat": "hardhat coverage",
"coverage:snapshot": "forge snapshot --check --no-match-contract Protocol",
"coverage:fuzzer": "FOUNDRY_PROFILE=production forge test --no-match-contract Protocol",
Expand Down

0 comments on commit 77ca33b

Please sign in to comment.