mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
c9e1d024e1
E.g. GOARCH=386 go test ./... - Some tests were failing because of Int overflow; - Test ExampleRego_custom_function_caching was failing because it was dependent of rand default seed on 64bits arch. Signed-off-by: Olivier Lemasle <o.lemasle@gmail.com>