Add build step
Go Tests / test (push) Failing after 1m2s

This commit is contained in:
2026-06-02 22:28:21 +02:00
parent 2c51bba6e4
commit 357b765eb7
+7 -2
View File
@@ -31,11 +31,16 @@ jobs:
tar -C /usr/local -xzf go1.26.2.linux-amd64.tar.gz
export PATH=/usr/local/go/bin:$PATH
go version
- name: Download dependencies
run: |
go mod download
- name: Run tests
run: |
go test ./... -v
go test ./... -v
- name: Build binary
run: |
cd repo
go build -o app .