Skip to content

Commit

Permalink
makefile fix for cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdhrumilmistry committed Aug 25, 2024
1 parent 395f500 commit 781c5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...
Expand Down

0 comments on commit 781c5d7

Please sign in to comment.