1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00
Files
installer/hack/go-integration-test.sh
2023-10-16 08:49:36 -04:00

5 lines
145 B
Bash
Executable File

#!/bin/sh
# Example: ./hack/go-integration-test.sh
go test -parallel 1 -p 1 -timeout 0 -run .Integration ./cmd/... ./data/... ./pkg/... "${@}"