This project is a Github Action that will run an API compatible Authzed test server for your workflows to use during unit/integration tests.
Add the following any workflow:
steps:
- uses: "authzed/action-testserver@v3"
with:
version: "latest"