forked from joejulian/gio
3fb522caff
This commit runs Gio's test harness in 32-bit mode as well as 64-bit. This helps catch bugs in Gio and its dependencies where integer overflow causes build or runtime problems. The complexities of cross-compiling CGO made it prohibitively difficult to test all of Gio, so these changes only run tests for packages in pure Go. References: https://todo.sr.ht/~eliasnaur/gio/384 Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>