updated pipelines
All checks were successful
Go Tests / go-tests (push) Successful in 1m24s
ci / goreleaser (push) Successful in 2m47s

This commit is contained in:
Manuel Ganter 2025-11-10 16:51:27 +01:00
parent dc1fea7ae2
commit 793c0b1913
No known key found for this signature in database
3 changed files with 6 additions and 54 deletions

View file

@ -23,5 +23,8 @@ jobs:
- run: go version
- name: Run GARM Go Tests
run: make test
- name: run test
run: make test
- name: run build
run: make build