-
Notifications
You must be signed in to change notification settings - Fork 302
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
ci: Add Silkworm-driven consensus tests #290
Conversation
circle.yml
Outdated
at: ~/package | ||
- run: | ||
name: "Unpack evmone" | ||
background: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this runs parallel? Does it really take that much time to risk any potential wrong order execution here?
paths: | ||
- ~/silkworm/consensus | ||
|
||
download_consensus_tests: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not cache this too? Takes 16 seconds, and running the tests is 13.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cache means you have to download and unpack it, just from different server.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah ok, I thought it is some better integration with circleci.
c07624c
to
0bcafb7
Compare
Codecov Report
@@ Coverage Diff @@
## master #290 +/- ##
=======================================
Coverage 99.75% 99.75%
=======================================
Files 24 24
Lines 3655 3655
=======================================
Hits 3646 3646
Misses 9 9
Flags with carried forward coverage won't be shown. Click here to find out more. |
No description provided.