From 025ce03d1c2d992b5d5be308ccfcf299fffae8fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Thu, 29 Aug 2024 19:28:42 +0200 Subject: [PATCH] ci: Skip currenty failing tests (#19) The Hindi and Nepali tests currently fail so let's exclude them from CI as they might otherwise mask newly introduced errors elsewhere. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b315cd..55b8eda 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,4 +40,4 @@ jobs: - name: Run Tests run: | - ruby test/run.rb + test/run.rb -e '/TestNe|TestHi/' --verbose