From c76291bd58d55983da1e6ba5045d69b2460a7371 Mon Sep 17 00:00:00 2001 From: Trezy Date: Fri, 26 Jul 2024 12:19:23 -0500 Subject: [PATCH] ci: disable type tests (they don't exist yet) --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dee37fdc..e3ef5c8e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,8 +10,8 @@ jobs: strategy: matrix: script: - - name: Typecheck - command: test:types + # - name: Typecheck + # command: test:types - name: Lint command: test:lint - name: Unit tests