Ver Fonte

add tests for windows

Nick Sweeting há 5 anos atrás
pai
commit
ec2c2f5bea
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      .github/workflows/test.yml

+ 2 - 2
.github/workflows/test.yml

@@ -10,8 +10,8 @@ jobs:
 
     strategy:
       matrix:
-        os: [ubuntu-latest, macos-latest]
-        python: [3.7, 3.8]
+        os: [ubuntu-latest, macos-latest, windows-latest]
+        python: [3.7]
 
     steps:
       - uses: actions/checkout@v2