From f1f20e96a2b76d183e0ae086b511a3163b1ec1e2 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Mon, 11 May 2026 09:06:59 -0400 Subject: [PATCH] testing: Do Not Build Separately in Library Tests Signed-off-by: Will Hawkins --- .github/workflows/main.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 358de88..8b8b180 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -39,7 +39,6 @@ jobs: # See https://github.com/orgs/community/discussions/25742 - run: tree-sitter generate working-directory: ./tree-sitter-p4 - - run: swift build - run: swift test library-format-tests: name: Library Format Tests