ci: add test job to CI configuration #12

Merged
jank merged 1 commit from test-test-build into main 2025-04-09 17:46:27 +00:00

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 ./...