1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00
Files
source-to-image/vendor/github.com/cespare/xxhash/v2/testall.sh
red-hat-konflux[bot] 1658380c87 chore(deps): update opentelemetry-go monorepo to v1.39.0
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
2025-12-09 00:51:02 +00:00

11 lines
282 B
Bash

#!/bin/bash
set -eu -o pipefail
# Small convenience script for running the tests with various combinations of
# arch/tags. This assumes we're running on amd64 and have qemu available.
go test ./...
go test -tags purego ./...
GOARCH=arm64 go test
GOARCH=arm64 go test -tags purego