-
Notifications
You must be signed in to change notification settings - Fork 51
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
Sync e2e tests #221
Sync e2e tests #221
Conversation
needs to be merged after #215 |
crates/tests/src/lib.rs
Outdated
self | ||
} | ||
|
||
pub fn env(mut self, args: impl IntoIterator<Item = impl Into<String>>) -> Self { |
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.
the function is named env but it's modifying args
.github/workflows/pull-request.yml
Outdated
# rust_test: | ||
# name: Run Cargo tests | ||
# uses: ./.github/workflows/rust-test.yml | ||
# needs: rust_check |
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.
let's delete if not needed
rust_test: | ||
name: Run Cargo tests | ||
uses: ./.github/workflows/rust-test.yml | ||
needs: rust_check |
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.
same as above
.github/workflows/coverage.yml
Outdated
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.
what's the difference between this and rust-test.yml
, do we need both?
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.
probably not
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.
removed it
Coverage reportThe coverage rate is
Diff Coverage details (click to unfold)crates/node/src/main.rs
crates/node/src/service/l1.rs
|
🥳 🥳 🥳 ready to merge |
Co-authored-by: antiyro <[email protected]>
Co-authored-by: antiyro <[email protected]>
Co-authored-by: antiyro <[email protected]>
Pull Request type
Other information
End to end testing to sync a few blocks