From 2dd412bdac6f986de997556c1bab2bd4c4552321 Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 23 Jul 2025 14:48:26 -0600 Subject: chore: add CI job to test spice schema --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1633791..40c0070 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,6 +39,13 @@ unit: needs: [] script: - go test ./... +schema: + image: golang:alpine + stage: test + needs: [] + script: + - go install github.com/authzed/zed/cmd/zed@latest + - zed validate etc/authzd/*.yaml race: image: golang:latest stage: test -- cgit v1.2.3