From 4f25c8f78faa95bc024bb7dc2c391630603c5b23 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 24 Jan 2024 11:51:03 +0100 Subject: [PATCH] debug CI failures --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 7759233d..3c41d4dc 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -29,7 +29,7 @@ jobs: run: make - name: Test if: ${{ matrix.os }} != 'macOS-11' - run: make test + run: echo '${{ matrix.os }}' && make test - name: vet run: go vet ./... - name: golangci-lint