Skip to content

Merge pull request #260 from authzed/update-to-bring-in-openapi-changes #47

Merge pull request #260 from authzed/update-to-bring-in-openapi-changes

Merge pull request #260 from authzed/update-to-bring-in-openapi-changes #47

Workflow file for this run

---
name: "Test"
on:
push:
branches:
- "main"
pull_request:
branches: ["*"]
# NOTE: this is required for checks to be run in the
# merge queue.
merge_group:
types:
- "checks_requested"
jobs:
tests:
name: "Unit and Integration Tests"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "actions/setup-go@v5"
- uses: "authzed/action-spicedb@v1"
with:
version: "latest"
- name: "Run tests"
run: "go test ./..."