Skip to content

Commit

Permalink
fix: disable failfast to run all tests
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Dec 1, 2023
1 parent 18ec97f commit 79b8b53
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
name: "Test: Install"
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]

Expand All @@ -103,6 +104,7 @@ jobs:
name: "Test: Path"
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]

Expand Down Expand Up @@ -132,6 +134,7 @@ jobs:
name: "Test: Agent"
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]

Expand Down Expand Up @@ -162,6 +165,7 @@ jobs:
name: "Test: No Agent"
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]

Expand Down Expand Up @@ -192,6 +196,7 @@ jobs:
name: "Test: Configuration"
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]

Expand Down

0 comments on commit 79b8b53

Please sign in to comment.