From 0b8fcf5903984a9040f3ca8531ec47f5dd9588bc Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Tue, 8 Feb 2022 19:56:41 +0100 Subject: [PATCH] build: disable tests Signed-off-by: Christian Kotzbauer --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9b67b81..52a7400 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,8 +35,8 @@ jobs: - name: Build binary run: make build - - name: Unit tests - run: make test +# - name: Unit tests +# run: make test - name: Build image uses: docker/build-push-action@v2