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 docker-compose_1 # TODO upgrade to version 2
git git
go go
grc gotestsum
iproute2 iproute2
k9s k9s
kube3d kube3d

View File

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