Skip to content

Commit

Permalink
remove verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Mar 6, 2024
1 parent 64ab95e commit 2ad153f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ test-hsm:
# Generate the test coverage
# "|| exit 1" is used to return a non-zero exit code if the tests fail
test-coverage:
@go test ${TEST_BUILD_FLAGS} -v -coverprofile coverage.out ${TEST_DIR} || exit 1
@go test ${TEST_BUILD_FLAGS} -coverprofile coverage.out ${TEST_DIR} || exit 1

coverage-report: test-coverage
@go tool cover -html=coverage.out -o coverage.html
Expand Down

0 comments on commit 2ad153f

Please sign in to comment.