From b0607b41721e62613faa655afd29d217a76883bb Mon Sep 17 00:00:00 2001 From: Sebastian Echeverria Date: Fri, 13 Dec 2024 13:36:51 -0500 Subject: [PATCH] CI: disabling test running for now, since there are no tests and it fails --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cb5dc18..15b3585 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,8 +26,8 @@ jobs: run: make check-lint - name: Check types run: make check-typecheck - - name: Execute unit tests - run: make test + # - name: Execute unit tests + # run: make test docker: runs-on: ubuntu-latest