-
Notifications
You must be signed in to change notification settings - Fork 56
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
Interop tests #864
Interop tests #864
Conversation
- name: Build image | ||
run: > | ||
cd test-plans/multidim-interop/nim/v1.0 && | ||
make commitSha=$GITHUB_SHA image_name=nim-libp2p-head |
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.
Cool! is this the commit sha for the current PR?
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.
"containerImageID": "nim-libp2p-head", | ||
"transports": [ | ||
"tcp", | ||
"ws" |
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.
Nice! Lets you have a single file. Don't forget to update this when you add new capabilities :)
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## unstable #864 +/- ##
============================================
+ Coverage 83.62% 83.63% +0.01%
============================================
Files 86 86
Lines 15169 15169
============================================
+ Hits 12685 12687 +2
+ Misses 2484 2482 -2
|
Waiting on libp2p/test-plans#138
Will test a simple ping with every go & rust version, for every transport, muxer & encryption combo