Closed aleclerc-cio closed 1 week ago
This PR makes two main changes: it pins the Go version to 1.22.3 in the GitHub Actions workflow (instead of using 'stable'), and adds a new test script that ensures tests run without Go's build cache and includes race detection and coverage reporting.
No diagrams generated as the changes look simple and do not need a visual representation.
Change | Details | Files |
---|---|---|
Pin Go version in GitHub Actions workflow |
|
.github/workflows/test.yml |
Add new test execution script with enhanced testing configuration |
|
run_tests.sh |
This should be small
But it's not small!
Then you should setup a remote pairing session with Llewellyn ( llewellyn.falco@gmail.com ) Usually the sessions are between 45-90 minutes.
assuming you still feel it is small, please include
Description
A description of what the PR achieves.
The solution
Outline the implementation. Any tests that are affected.
Notation
I prefer lots of very small commits prefixed with Arlo's git notation
Summary by Sourcery
Update the Go version in the CI workflow and add a script for running tests with cache cleaning, race detection, and coverage reporting.
Build:
CI: