ci: add test job to CI configuration (#12)
Reviewed-on: #12 Co-authored-by: Jan Klattenhoff <jan@kjan.email> Co-committed-by: Jan Klattenhoff <jan@kjan.email>
This commit is contained in:
parent
e332ef87cb
commit
653e80ee73
1 changed files with 11 additions and 0 deletions
|
@ -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 ./...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue