Browse Source

Make sure fail-fast is false to detect architecture-specific errors.

Miku AuahDark 4 years ago
parent
commit
8e497f14bb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/deps-test.yml

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

@@ -5,6 +5,7 @@ jobs:
   windows:
     runs-on: windows-latest
     strategy:
+      fail-fast: false
       matrix:
         platform: [Win32, x64]
     steps: