elliotchance / orderedmap

🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.
MIT License
817 stars 62 forks source link

ci: Test on pull request #31

Closed elliotchance closed 1 year ago

elliotchance commented 1 year ago

We also need to run tests on external pull requests.


This change is Reviewable