Skip to content

Commit

Permalink
remove unnecessary TEST_ARGS (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-akamai authored Jan 29, 2025
1 parent a010140 commit c5883b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ citest: lint test

test-unit:
go test -v $(PACKAGES) $(TEST_ARGS)
cd test && make test-unit $(TEST_ARGS)
cd test && make test-unit

test-int:
cd test && make test-int $(TEST_ARGS)
cd test && make test-int

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

0 comments on commit c5883b6

Please sign in to comment.