From f81f00103e3e57fa59ddf72b60e8a11fec20877f Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Tue, 20 Jan 2026 07:26:16 -0500 Subject: [PATCH] Update CI/CD -- Don't Check Grammar Twice Signed-off-by: Will Hawkins --- .github/workflows/main.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 0b5841d..2843360 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -34,7 +34,5 @@ jobs: # See https://github.com/orgs/community/discussions/25742 - run: tree-sitter generate working-directory: ./tree-sitter-p4 - - run: tree-sitter test - working-directory: ./tree-sitter-p4 - run: swift build - run: swift test