feat: add GH workflow and example test

This commit is contained in:
2025-05-13 14:00:28 +02:00
parent 35c72b1e39
commit fbc42aca31
5 changed files with 63 additions and 1 deletions

View File

@@ -8,6 +8,9 @@ generate:
swagger generate server -f api/rcond.yaml -t api/
go mod tidy
test:
go test -v ./...
build:
mkdir -p bin
env GOOS=linux GOARCH=${ARCH} go build -o bin/rcond-${ARCH} ./cmd/rcond/main.go