Removed fail-fast, so we get information about all failures.

pull/13171/head
Joshua Haberman 3 years ago
parent a155418fea
commit d2e408ebc4
  1. 1
      .github/workflows/bazel_tests.yml

@ -15,6 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false # Don't cancel all jobs if one fails.
matrix:
include:
- { CC: clang, os: ubuntu-20.04, flags: "" }

Loading…
Cancel
Save