-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(levm): disable spinner tests (#1396)
**Motivation** <!-- Why does this pull request exist? What are its goals? --> - When running EFTests in CI the spinner is very annoying and it makes it hard to observe the output. The objective is to make the EFTests more suitable for the CI so that we can use that as a tool for checking when something stopped working (or simply tracking progress) **Description** <!-- A clear and concise general description of the changes this PR introduces --> - Implements flag `disable-spinner`, if set, the main spinners will stop and it will replace the "spinner prints" for `println!` - Fixes index error in REVM <!-- Link to issues: Resolves #111, Resolves #222 --> Closes #issue_number
- Loading branch information
Showing
2 changed files
with
144 additions
and
62 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