testify
testify copied to clipboard
CI: run tests separately from build jobs
Summary
Reorganize GitHub Actions workflows to run tests the same way on all Go versions, and so remove running tests from the 'build' jobs (which run job only on 'oldstable' and 'stable').
Changes
- Refactor .github/workflows/main.yml
Motivation
This makes the build matrix of the 'test' job more consistent.