forked from tari-project/tari
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved test coverage for genesis block sanity check, especially when run locally in debug mode. This PR removed the need for all `fn XXXX_genesis_sanity_check()` tests to be compiled for a specific target network. `cargo.exe test --release --lib blocks::genesis_block` will now run all 6x tests. This also works in a CI environment where `cargo nextest` is called.
- Loading branch information
1 parent
14a6631
commit 966a665
Showing
4 changed files
with
157 additions
and
53 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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