Skip to content

Commit 0a93db4

Browse files
committed
CI: Run tests in test step for examples
1 parent e101804 commit 0a93db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ jobs:
323323
working-directory: examples
324324
run: |
325325
# Quote the package specifier so that it works on Windows
326-
bazelisk build "//..."
326+
bazelisk test "//..."
327327
328328
all_ci_tests:
329329
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)