ci: add test job to CI configuration #12
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