refactor(test): replace grc with gotestsum

This commit is contained in:
Khue Doan 2022-10-03 12:26:14 +07:00
parent 7a50009c46
commit daf627849d
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ pkgs.mkShell {
docker-compose_1 # TODO upgrade to version 2
git
go
grc
gotestsum
iproute2
k9s
kube3d

View File

@ -3,4 +3,4 @@
default: test
test:
grc go test -v -timeout 30m
gotestsum --format testname -- --timeout 30m