From 781c5d790730b27782e759921821ffda1d5b7c3e Mon Sep 17 00:00:00 2001 From: Dhrumil Mistry <56185972+dmdhrumilmistry@users.noreply.github.com> Date: Mon, 26 Aug 2024 01:35:16 +0530 Subject: [PATCH] makefile fix for cicd --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index a7ce75b..651c557 100644 --- a/src/Makefile +++ b/src/Makefile @@ -10,7 +10,7 @@ scan-vulns: docker: dbuild scan-vulns build: - @go build -o bin/offat cmd/offat/main.go + @go build -o bin/offat cmd/offat/* test: @go test -cover -v ./...