Skip to content

Commit

Permalink
github: don't fail fast on Fedora unit tests
Browse files Browse the repository at this point in the history
Fedora 41 unit tests are currently failing due to an issue with
the repositories and are non-essential for merging (which is common for
rawhide and early branching periods).
However, the fail-fast property defaults to true, which causes the
other Fedora tests to get cancelled when F41 fails.

Disable fail-fast so that F40 tests keep running when F41 tests fail.

This is the same change we made for CS tests
3b81a90
  • Loading branch information
achilleas-k committed Sep 16, 2024
1 parent 70fce2f commit 10b524d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- 39
- 40
- 41
fail-fast: false # if one fails, keep the other(s) running
name: "🛃 Unit tests (Fedora ${{ matrix.fedora_version }})"
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit 10b524d

Please sign in to comment.