Explorar el Código

add more windows checks

Steven Silvester hace 4 años
padre
commit
7588d73cd1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/windowstests.yml

+ 1 - 1
.github/workflows/windowstests.yml

@@ -7,7 +7,7 @@ jobs:
     name: Windows
     strategy:
       matrix:
-        group: [integrity, python]
+        group: [integrity, python, integrity2, usage, docs]
       fail-fast: false
     runs-on: windows-latest
     steps: