CI: test share module (#763)

This commit is contained in:
Igor Gov
2022-02-07 07:16:28 +02:00
committed by GitHub
parent bfa275d08d
commit 5b53252033
3 changed files with 15 additions and 21 deletions

2
shared/Makefile Normal file
View File

@@ -0,0 +1,2 @@
test: ## Run shared tests.
@go test ./... -coverpkg=./... -race -coverprofile=coverage.out -covermode=atomic