Parcourir la source

Update test.yml

某个平台失败时不影响其他平台测试
Kslr il y a 5 ans
Parent
commit
8b3068d26e
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .github/workflows/test.yml

+ 1 - 0
.github/workflows/test.yml

@@ -20,6 +20,7 @@ jobs:
     if: github.repository != 'v2ray/v2ray-core'
     runs-on: ${{ matrix.os }}
     strategy:
+      fail-fast: false
       matrix:
         os: [windows-latest, ubuntu-latest, macos-latest]
     steps: