Skip to content

Commit bdc0676

Browse files
committed
add Makefile target for new tests
1 parent 91cd654 commit bdc0676

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

repctl/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ build-static:
1212
CGO_ENABLED=1 CGO_LDFLAGS="-static" go build ./cmd/repctl
1313

1414
test:
15-
go clean -cache; cd ./pkg; go test -race -cover -coverprofile=coverage.out ./...
15+
cd ./pkg; go test -race -cover -coverprofile=coverage.out ./...
16+
17+
test-sc-generation:
18+
cd ./test/storageclass; go test ./...
1619

1720
# Install Go tools to build the code
1821
tools:

0 commit comments

Comments
 (0)