From 80ddfabceef6f52780a5d7505c9c39cb267cc551 Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Wed, 20 Sep 2023 19:51:08 -0700 Subject: [PATCH] ci: Enforce `lezer` tests passing in CI --- .github/workflows/tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 79496b83d790..2f56db8f7094 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -500,6 +500,7 @@ jobs: - test-elixir - test-java - test-js + - test-lezer - test-lib - test-php - test-python @@ -544,6 +545,7 @@ jobs: "test-java", "test-js", "test-lib", + "test-lezer", "test-php", "test-python", "test-rust",