From 2834972d14bd8fb665851fc0e2d78bec30163f46 Mon Sep 17 00:00:00 2001 From: Joshua MacDonald Date: Tue, 12 Dec 2023 12:11:04 -0800 Subject: [PATCH] re-enable CI/CD --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 407d2fb2..a6fdaa97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: go-version: "1.21" - name: Build all modules - run: make build || true + run: make build - name: Test all modules - run: make test || true + run: make test