Skip to content

Commit

Permalink
chore: remove go test cover
Browse files Browse the repository at this point in the history
In golang smoke test, go test don't need coverage analysis and create coverage profile.

Signed-off-by: Yadong Ding <ding_yadong@foxmail.com>
  • Loading branch information
Desiki-high committed Dec 13, 2023
1 parent 55a999b commit 63e1b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoke/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PROXY := GOPROXY=${GOPROXY}
endif

build:
go test -o smoke.test -c -race -v -cover ./tests
go test -o smoke.test -c -race -v ./tests

# WORK_DIR=/tmp \
# NYDUS_BUILDER=/path/to/latest/nydus-image \
Expand Down

0 comments on commit 63e1b24

Please sign in to comment.