-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip * ci: run winders always * ci: merge build and run steps together * chore: display full error msg * ignore failing test * chore: clippy * chore: clean up script * rm pretty_eq * chore: simplify test macros * test * test: cache when building testdata project * move * ci: fix caching * chore: update actions/checkout * tmp: run all test matrices * chore: relax timeout for external tests * tmp: run all test matrices 2 * fix winders * chore: relax timeout for external tests 2 * chore: relax timeout for forge_std test * fix: add svm target platform * fix: ignore geb * fix: disable aarch64 target * tmp: unrun all test matrices * no cross
- Loading branch information
Showing
53 changed files
with
877 additions
and
1,094 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
[profile.default] | ||
retries = { backoff = "exponential", count = 3, delay = "1s", jitter = true } | ||
slow-timeout = "3m" | ||
retries = { backoff = "exponential", count = 2, delay = "2s", jitter = true } | ||
slow-timeout = { period = "1m", terminate-after = 3 } | ||
|
||
[[profile.default.overrides]] | ||
filter = "test(/ext_integration|can_test_forge_std/)" | ||
slow-timeout = { period = "5m", terminate-after = 4 } | ||
|
||
[profile.heavy] | ||
retries = 1 | ||
retries = 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.