소스 검색

add more windows checks

Steven Silvester 4 년 전
부모
커밋
7588d73cd1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: