From b33609c5f25c9cc3ad43a80639d0da4fb13310e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Ribal=20del=20R=C3=ADo?= Date: Fri, 2 Jan 2026 18:10:33 +0100 Subject: [PATCH 1/2] fix(workflow): remove also blcu tests --- .github/workflows/go_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go_test.yaml b/.github/workflows/go_test.yaml index 857e6f84..2e3ace11 100644 --- a/.github/workflows/go_test.yaml +++ b/.github/workflows/go_test.yaml @@ -29,4 +29,4 @@ jobs: run: go mod download - name: Run tests - run: cd backend && go test $(go list ./... | grep -v pkg/boards | grep -v pkg/broker/topics/message) + run: cd backend && go test $(go list ./... | grep -v pkg/boards | grep -v pkg/broker/topics/message | grep -v pkg/broker/topics/blcu) From fd4092ebd0be5d352452e8d8c2978ec024fafd6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Ribal=20del=20R=C3=ADo?= Date: Fri, 2 Jan 2026 18:16:22 +0100 Subject: [PATCH 2/2] test: without topic --- .github/workflows/go_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go_test.yaml b/.github/workflows/go_test.yaml index 2e3ace11..b01efd58 100644 --- a/.github/workflows/go_test.yaml +++ b/.github/workflows/go_test.yaml @@ -29,4 +29,4 @@ jobs: run: go mod download - name: Run tests - run: cd backend && go test $(go list ./... | grep -v pkg/boards | grep -v pkg/broker/topics/message | grep -v pkg/broker/topics/blcu) + run: cd backend && go test $(go list ./... | grep -v pkg/boards | grep -v pkg/broker/topics)