mirror of
https://github.com/NotAShelf/tct.git
synced 2025-10-02 15:03:48 +00:00
ci: build and test
This commit is contained in:
parent
cfad0e9b12
commit
4f97aa3d83
1 changed files with 2 additions and 2 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
@ -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 ./...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue