Skip to content

Commit 168d7aa

Browse files
authored
Don't fail fast when building
1 parent 6f544f5 commit 168d7aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/vscode.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
name: Build
1414
runs-on: ${{ matrix.os }}
1515
strategy:
16+
fail-fast: false
1617
matrix:
1718
os: [macos-latest, ubuntu-latest, windows-latest]
1819
steps:

0 commit comments

Comments
 (0)