Skip to content

Commit f87423c

Browse files
committed
Don't fail fast
Signed-off-by: Anuraag Agrawal <[email protected]>
1 parent be6d91f commit f87423c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
build:
2121
runs-on: ${{ matrix.os }}
2222
strategy:
23+
fail-fast: false
2324
matrix:
2425
resolution: ["highest", "lowest-direct"]
2526
os:
@@ -53,7 +54,7 @@ jobs:
5354
resolution: "lowest-direct"
5455
env:
5556
# Shared env variables for all the tests
56-
UV_RESOLUTION: '${{ matrix.resolution }}'
57+
UV_RESOLUTION: "${{ matrix.resolution }}"
5758

5859
steps:
5960
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)