Commit 8a8bf62b by Ralf W. Grosse-Kunstleve Committed by Copybara-Service

Add `fail-fast: false` in github/workflows/actions.yml

Without this a failure of the `ubuntu-latest bazel` job cancels the `ubuntu-latest cmake` job or vice versa, which is totally not useful.

PiperOrigin-RevId: 656737649
parent 2c49cb53
......@@ -18,6 +18,7 @@ jobs:
unix:
strategy:
fail-fast: false
matrix:
runs-on: [ubuntu-latest]
build_tool: [bazel, cmake]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment