From ac5cadf74beca73f47f41eacd83b6cfcc2092c60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Wed, 13 Sep 2023 16:04:55 -0400 Subject: [PATCH] DEBUG --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3cb6cfcf..38ffa2f5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: run: make update-gomod - name: Run static analysis - run: make static-analysis + run: make - name: Unit tests (all) run: make check