Commit Graph

3 Commits

Author SHA1 Message Date
Denis Bilenko a1dad6813c comment out go.mod / go.sum exception 2024-12-06 17:10:34 +01:00
Denis Bilenko 2e8cb49195 use refs/remotes/origin/main
recommended here https://github.com/actions/checkout/issues/118
2024-12-06 17:06:56 +01:00
Denis Bilenko b0c46452df Add change calculation tool
Add a new tool changecalc that calculates all packages that need to be re-tested given
a list of changed files. Without a list, uses git to compare with main branch.

'make viewchanges' runs the tool.
'make testchanges' runs the test suite over affected packages.

New tests-changes github job is added in shadow mode that takes advantage of this tool.
2024-12-06 16:27:30 +01:00