hawkw / sharded-slab

a lock-free concurrent slab (experimental)
MIT License
273 stars 19 forks source link

more CI embetterments #89

Closed hawkw closed 1 year ago

hawkw commented 1 year ago

This way, we can use that as the required check for merging PRs, so we don't have to depend on a bunch of stuff in the GitHub branch protection settings. This means that the required checks are defined in the CI config file, rather than in the UI, and if we change job names or add new checks, we can add them to the requirements in ci.yml instead of the repo settings.