mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 15:47:14 +01:00
5 lines
145 B
Bash
Executable File
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/... "${@}"
|