Go conformance executor
April 3, 2025 ยท View on GitHub
Go conformance executor
This binary is the conformance testing executor for the Go implementation. From the root of the project, the Go conformance tests can be executed with make:
make conformance # runs all conformance tests
make conformance ARGS='-suite uint64' # pass flags to the conformance harness