mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-10-28 18:12:37 +08:00
added makefile command
This commit is contained in:
3
Makefile
3
Makefile
@@ -21,6 +21,9 @@ test-race:
|
|||||||
env RACE=true OUT=echovault/testdata make build-modules-test && \
|
env RACE=true OUT=echovault/testdata make build-modules-test && \
|
||||||
CGO_ENABLED=1 go test ./... --race
|
CGO_ENABLED=1 go test ./... --race
|
||||||
|
|
||||||
|
test-win:
|
||||||
|
docker-compose -f windows_test_env/docker-compose.yaml up
|
||||||
|
|
||||||
cover:
|
cover:
|
||||||
go tool cover -html=./coverage/coverage.out
|
go tool cover -html=./coverage/coverage.out
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user