Skip to content

Conversation

@dolmen
Copy link
Collaborator

@dolmen dolmen commented Sep 16, 2025

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.

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').

This makes the build matrix of the 'test' job more consistent.
Copy link
Collaborator

@brackendawson brackendawson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The build: job need only run for stable now.

I'm not 100% happy with it being called "Build" but I can't think of a better name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants