Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

Commit

Permalink
build: Make sure integration tests has been executed
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Feb 5, 2021
1 parent ff5a47e commit 852b8b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ test:
go tool cover -html="coverage.txt" -o "coverage.html"

integration_test:
go clean -testcache ./tests
go test -tags integration_test -race -covermode=atomic -v ./tests

tidy:
Expand Down

0 comments on commit 852b8b5

Please sign in to comment.