testify icon indicating copy to clipboard operation
testify copied to clipboard

CI: run tests separately from build jobs

Open dolmen opened this issue 3 months ago • 0 comments

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.

dolmen avatar Sep 16 '25 13:09 dolmen