-
Notifications
You must be signed in to change notification settings - Fork 10
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
Test on Go 1.13 and 1.14 #15
Conversation
Suppress warning on Travis-CI.
Drop Go 1.12.
Not tested yet |
Configuration is valid. But seems causing test failure. |
@at-wat Feel free to send any test failures my way! happy to split the work :) |
https://travis-ci.org/pion/webrtc/builds/659740262?utm_source=github_status&utm_medium=notification |
One of the failure at there is |
@at-wat this has been known to be flakey. I would disable (and I think we already have a ticket) I will work on fixing! Would you be ok with me moving us from Travis to Github Workflows? I am want to learn it, but don't want to move if it is worse. I don't have any experience, so want to check with you first :) |
The main problem of GitHub Actions for us is that it doesn't concurrently run matrix build. Another one problem is that Action never triggers other Action to avoid endless loop. And, I believe that getting flaky test result on Travis-CI just means the test or library is not fully stable. |
pion/webrtc#1039 occurs frequently. Goroutine leaks on WASM Go 1.14.
It seems not a leak in our code. |
All nested |
It should be ready now. |
Test on Go 1.13 and 1.14