diff options
author | 2024-01-29 15:13:53 +0000 | |
---|---|---|
committer | 2024-01-29 15:13:53 +0000 | |
commit | 81198fa2d09f07bb54ec28f41b20f275e88a3254 (patch) | |
tree | 14f0d24168e085c50c27f6dadbe1fd71e63faca1 /vendor/codeberg.org/gruf/go-structr/test.sh | |
parent | [bugfix] Fix Postgres emoji delete, emoji category change (#2570) (diff) | |
download | gotosocial-81198fa2d09f07bb54ec28f41b20f275e88a3254.tar.xz |
update go-structr v0.2.0 => v0.3.0 to fix possible hash collision issues (#2586)
Diffstat (limited to 'vendor/codeberg.org/gruf/go-structr/test.sh')
-rw-r--r-- | vendor/codeberg.org/gruf/go-structr/test.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/codeberg.org/gruf/go-structr/test.sh b/vendor/codeberg.org/gruf/go-structr/test.sh new file mode 100644 index 000000000..554417df7 --- /dev/null +++ b/vendor/codeberg.org/gruf/go-structr/test.sh @@ -0,0 +1,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 .
\ No newline at end of file |