mirror of
https://github.com/etcd-io/bbolt.git
synced 2025-09-04 19:37:21 +00:00
* Create a template to simplify executing tests without repetition. * Run cross-compilation tests for Windows on Ubuntu (Linux), as every platform is being cross-compiled as a sanity check, it could also be done using Linux, and simplify the template. * Remove the GolangCI lint action, as it is linting in Linux (as this is not using QEMU, but only cross-compilation), and there's no benefit to adding this step, as it's already checked in other workflows. Signed-off-by: Ivan Valdes <ivan@vald.es>