feat: no fail fast

This commit is contained in:
shenjack 2022-12-29 10:20:13 +08:00
parent ea6ef512f6
commit e918f3c8ee

View File

@ -15,6 +15,7 @@ jobs:
build:
# 全都要!
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]