mirror of
https://github.com/moby/buildkit.git
synced 2026-06-30 19:57:39 +00:00
7 lines
106 B
Bash
Executable File
7 lines
106 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -eu -o pipefail -x
|
|
|
|
./hack/test-unit
|
|
./hack/test-binaries
|
|
./hack/test-integration |