Commit df25b1f0 authored by Maurelian's avatar Maurelian Committed by GitHub

feat(ci): allow solc warnings on tests (#12292)

* feat(ci): allow solc warnings on tests

* Test: forge build with warnings in test

* Revert "Test: forge build with warnings in test"

This reverts commit b47982948a1ba8b2dbdb8806854326d903b52b49.
parent 8636b6e2
......@@ -665,7 +665,7 @@ jobs:
MATCH_PATH="./test/{$(echo "$TEST_FILES" | paste -sd "," -)}"
export FOUNDRY_INVARIANT_RUNS=<<parameters.test_invariant_runs>>
export FOUNDRY_INVARIANT_DEPTH=<<parameters.test_invariant_depth>>
forge test --deny-warnings --fuzz-runs <<parameters.test_fuzz_runs>> --match-path "$MATCH_PATH"
forge test --fuzz-runs <<parameters.test_fuzz_runs>> --match-path "$MATCH_PATH"
environment:
FOUNDRY_PROFILE: ci
working_directory: packages/contracts-bedrock
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment