google / btree

BTree provides a simple, ordered, in-memory data structure for Go programs.
Apache License 2.0
3.9k stars 414 forks source link

Use GitHub actions matrix #47

Closed tuananh closed 2 years ago

tuananh commented 2 years ago

since every steps are same, we can use matrix to simplify our GitHub actions test workflow

google-cla[bot] commented 2 years ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

tuananh commented 2 years ago

@gconnell can you help review this? thank you.