ソースを参照

Update test.yml

某个平台失败时不影响其他平台测试
Kslr 5 年 前
コミット
8b3068d26e
1 ファイル変更1 行追加0 行削除
  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: