summaryrefslogtreecommitdiff
path: root/vendor/codeberg.org/gruf/go-structr/test.sh
blob: 554417df797d01027dddafb46f7719d47aac4476 (plain)
1
2
3
4
5
#!/bin/sh
set -e
go test -v -tags=structr_32bit_hash .
go test -v -tags=structr_48bit_hash .
go test -v -tags=structr_64bit_hash .