Commit 91c1099
ci: add GitHub Actions test workflow (#38)
* ci: add GitHub Actions test workflow
Add automated testing workflow that runs on push and pull requests
to main branch. Includes Go module caching and code coverage
reporting via Codecov.
* ci: update GitHub Actions to latest versions
Update actions/cache from v3 to v4 and codecov/codecov-action from v3 to v4.
Consolidate test steps to run tests with coverage in single step.
* Update .github/workflows/test.yaml
Co-authored-by: Copilot <[email protected]>
* ci: remove Go modules cache from test workflow
Remove caching step to simplify the workflow and avoid potential cache-related issues.
---------
Co-authored-by: Copilot <[email protected]>1 parent 92eb5d4 commit 91c1099
1 file changed
Lines changed: 33 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
0 commit comments