Skip to content

Commit c5883b6

Browse files
authored
remove unnecessary TEST_ARGS (#664)
1 parent a010140 commit c5883b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ citest: lint test
2525

2626
test-unit:
2727
go test -v $(PACKAGES) $(TEST_ARGS)
28-
cd test && make test-unit $(TEST_ARGS)
28+
cd test && make test-unit
2929

3030
test-int:
31-
cd test && make test-int $(TEST_ARGS)
31+
cd test && make test-int
3232

3333
testcov-func:
3434
@go test -v -coverprofile="coverage.txt" . > /dev/null 2>&1

0 commit comments

Comments
 (0)