elliotchance / orderedmap

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

ci: Test on pull request #31

Closed elliotchance closed 2 years ago

elliotchance commented 2 years ago

We also need to run tests on external pull requests.


This change is Reviewable