From b616a58d7b1673d61a7928772ad03c62b098f1dc Mon Sep 17 00:00:00 2001 From: Mathis Maquenne <124215603+mathismqn@users.noreply.github.com> Date: Wed, 5 Aug 2026 11:51:20 +0200 Subject: [PATCH] ops: run go test in ci --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8f7ca4..cc3e3ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,8 @@ jobs: - run: go vet ./... + - run: go test ./... + - run: go build ./... # Catches a broken release config before a tag is pushed.