hack/run-integration-tests: runs all tests #224
Labels
kind/bug
Categorizes issue or PR as related to a bug.
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
hack/run-integration-tests.sh hsa
go test -v ./...
, that's why it's running all tests.This must use
${SCRIPTDIR}/../test
. And ideally we should rename./test
to/.integration_tests
.The text was updated successfully, but these errors were encountered: