Skip to content

Commit

Permalink
build: add more targets for model checker
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Feb 21, 2023
1 parent 37220ea commit 9dc30d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ targets = [
"assert",
"underflow",
"overflow",
"divByZero"
"divByZero",
"constantCondition",
"popEmptyArray",
"outOfBounds",
"balance"
]

[profile.integration]
Expand Down

0 comments on commit 9dc30d7

Please sign in to comment.