ci: build and test

This commit is contained in:
raf 2025-06-18 14:01:57 +03:00
commit 4f97aa3d83
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -15,10 +15,10 @@ jobs:
- name: "Set up Go"
uses: actions/setup-go@v4
with:
go-version: '1.22'
go-version: '1.24'
- name: "Build"
run: go build -v ./.
- name: "Test"
run: go test -v ./.
run: go test -v ./...