ci: add test job to CI configuration (#12)
All checks were successful
Lint Pull Request / Lint PR Title (pull_request) Has been skipped
Go CI / test (pull_request) Successful in 8s
Go CI / lint (pull_request) Successful in 10s

Reviewed-on: #12
Co-authored-by: Jan Klattenhoff <jan@kjan.email>
Co-committed-by: Jan Klattenhoff <jan@kjan.email>
This commit is contained in:
Jan K9f 2025-04-09 17:46:26 +00:00 committed by Jan K9f
parent e332ef87cb
commit 653e80ee73
Signed by:
GPG key ID: 944223E4D46B7412

View file

@ -16,3 +16,14 @@ jobs:
uses: golangci/golangci-lint-action@v7
with:
version: v2.0
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.24.2
- name: Test
run: go test ./...