diff --git a/.gitea/workflows/CI.yml b/.gitea/workflows/CI.yml index e962467..23d4be6 100644 --- a/.gitea/workflows/CI.yml +++ b/.gitea/workflows/CI.yml @@ -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 ./...