From 3387c9286ca6716ce6d2da039e8476147416afd4 Mon Sep 17 00:00:00 2001 From: Noah Shutty Date: Tue, 24 Jun 2025 15:21:09 -0700 Subject: [PATCH] Update ci.yml to include all tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76de50c..ffaafa0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,4 +72,4 @@ jobs: [ -z "$files" ] || clang-format --dry-run --Werror $files - name: Bazel tests - run: bazel test src:all + run: bazel test src/...