Browse Source

Update test.yml

某个平台失败时不影响其他平台测试
Kslr 5 years ago
parent
commit
8b3068d26e
1 changed files with 1 additions and 0 deletions
  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: