sqids / sqids-go

Official Go port of Sqids. Generate short unique IDs from numbers.
https://sqids.org/go
MIT License
536 stars 11 forks source link

test: Use a build matrix in GitHub Actions, run tests for `1.20.x` and `1.21.x` #12

Closed peterhellberg closed 1 year ago

peterhellberg commented 1 year ago

🔥 Do not also build (since the test binaries are being built, no need to do it twice) ✨ Also add use of -short flag to make the test runs significantly faster (at least for now)