Skip to content

Commit

Permalink
Don't fail fast on tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed May 12, 2023
1 parent 163b83b commit 3b35be1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ jobs:
image: savonet/liquidsoap-ci:debian_bullseye_amd64
options: --user root --privileged --ulimit core=-1 --security-opt seccomp=unconfined -v ${{ github.workspace }}/${{ github.run_number }}:/tmp/${{ github.run_number }}
strategy:
fail-fast: false
matrix:
target: ["@citest", "@mediatest"]
env:
Expand Down

0 comments on commit 3b35be1

Please sign in to comment.