Commit 5664bfa
committed
feat(ci): add GitHub Actions workflow for tests
- create `.github/workflows/test.yml`
- configure workflow to run tests on push to `main`
- use `actions/checkout@v4` and `actions/setup-go@v5`
- run `go test ./...` for testing1 parent eebe22c commit 5664bfa
1 file changed
Lines changed: 17 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 | + | |
0 commit comments