Update test.yml

This commit is contained in:
Marvin
2025-06-10 13:15:44 +02:00
committed by GitHub
parent 8941604f71
commit 38b7f17e58

View File

@@ -18,11 +18,8 @@ jobs:
with:
go-version: '1.23'
- name: Build go
run: go build
- name: Test go
run: go test
- name: Download go
run: go mod download
- name: Build Docker container
run: make build