-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSUB-1010: Add integration tests for blockchain & check block time from chainspec #171
Conversation
de0cc42
to
6c23889
Compare
Example of the 2 Example of the |
This reverts commit 98c81cb b/c we want to start executing integration tests against the blockchain again.
all of the existing test jobs are using the -fast-runtime build, however some new test jobs will require a regular build
Note: this CI job is using a non-fast-runtime build of creditcoin3-node! Allows overriding jest setup via the BLOCKCHAIN_TESTS_GLOBAL_SETUP ENV variable to minimize the number of dummy config files
and use the same shared-key between the 2 CI jobs in order to better utilize the existing rustc cache and speed-up overall execution time
6c23889
to
3943305
Compare
Rebased onto #170 and the previously failing |
Description of proposed changes
Practical tips for PR review & merge: