All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vendor.github.com.cespare.xxhash.v2.testall.sh Maven / Gradle / Ivy

The newest version!
#!/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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy