-
Notifications
You must be signed in to change notification settings - Fork 373
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
Go version: run build checks & tests #317
Conversation
@tlimoncelli mind taking a look? I added unit & integration tests per your comment. Sample run: https://github.com/StackExchange/blackbox/runs/1392341389?check_suite_focus=true Unit tests pass, but some of them appear to get skipped:
Integration tests are failing:
|
I think that failed test would work if we run Their default is probably 0022, because I can reproduce the issue thusly:
In my dev environment I use
|
That worked! 70cd203 => https://github.com/StackExchange/blackbox/runs/1396041061?check_suite_focus=true Good to merge? |
Analogous to the existing circleci build checks for the Bash version, this adds a GitHub Actions workflow to run build checks & unit/integration tests for the Go version (#310).