Fix loading and some tests

This commit is contained in:
2025-05-10 18:54:10 -04:00
parent 1ae06781d6
commit 432a3fdbc4
4 changed files with 17 additions and 16 deletions

View File

@ -16,7 +16,7 @@ clean:
@rm -f ./api/v1alpha1/*.pb.go
@rm -f kat-agent katcall
test:
test: generate
@echo "Running tests..."
@go test ./...
@ -30,4 +30,4 @@ lint:
# Add to go.mod if not already present by go install
# go get google.golang.org/protobuf/cmd/protoc-gen-go
# go get google.golang.org/grpc/cmd/protoc-gen-go-grpc (if you plan to use gRPC services soon)
# go get google.golang.org/grpc/cmd/protoc-gen-go-grpc (if you plan to use gRPC services soon)