Skip to content

Commit

Permalink
Remove test target
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrzej-Zukowski committed Nov 10, 2023
1 parent e5906ad commit 37e8a27
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,13 @@ all: build base-images images push

### Build binaries
build: \
go-test \
build-drivemgr \
build-node \
build-controller \
build-extender \
build-scheduler \
build-node-controller

go-test:
echo `go version`

build-drivemgr:
GOOS=linux go build -o ./build/${DRIVE_MANAGER}/$(DRIVE_MANAGER_TYPE)/$(DRIVE_MANAGER_TYPE) ${LDFLAGS} ./cmd/${DRIVE_MANAGER}/$(DRIVE_MANAGER_TYPE)/main.go

Expand Down

0 comments on commit 37e8a27

Please sign in to comment.