vmware-go-kcl-v2/support/scripts/test.sh

6 lines
127 B
Bash
Raw Normal View History

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