vmware-go-kcl-v2/support/scripts/test.sh
Tao Jiang 7b35571d9e CKL: Initial version for starting repository
Change-Id: Ic8dc81a437d9c72e841048359745e245c6c4895b
2021-12-20 21:13:11 -06:00

5 lines
127 B
Bash
Executable file

#!/bin/bash
. support/scripts/functions.sh
# Run only the unit tests and not integration tests
go test -race $(local_go_pkgs)