ci: print logs instead of paths

This commit is contained in:
eric
2026-03-15 12:06:28 +01:00
parent 65404a1883
commit 08f2abc60e
3 changed files with 8 additions and 7 deletions

View File

@@ -40,4 +40,4 @@ jobs:
run: |
echo "Phase 8 target: ${{ matrix.phase8_target }}"
targets="$(./tests/ci_test/phase8_ci_targets.sh "${{ matrix.phase8_target }}")"
bazel test ${targets}
bazel test --test_output=errors ${targets}