hawkw / sharded-slab

a lock-free concurrent slab (experimental)
MIT License
269 stars 17 forks source link

more CI embetterments #89

Closed hawkw closed 12 months ago

hawkw commented 12 months 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.