diff --git a/.github/workflows/go_test.yaml b/.github/workflows/go_test.yaml index 857e6f84..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) + run: cd backend && go test $(go list ./... | grep -v pkg/boards | grep -v pkg/broker/topics)