You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CGO_ENABLED=0 go build -o "./build/khs${TARGET}${EXTENSION}"
clean:
rm -rf ./build
test: build
CGO_ENABLED=0 AWS_REGION="${AWS_REGION}" go test -timeout 5s -covermode=count -coverpkg="${MOD_NAME}/analyse,${MOD_NAME}/analyse/aggregator,${MOD_NAME}/analyse/service" -coverprofile=build/cover.out ./...