Skip to content

Commit 284d04f

Browse files
Take comment into account
1 parent 3f03eda commit 284d04f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ jobs:
8080
]
8181

8282
include:
83+
- name: "windows-py39-unittestextras"
84+
python: "3.9"
85+
os: windows-latest
86+
tox_env: "py39-unittestextras"
87+
use_coverage: true
8388
- name: "windows-py39-pluggy"
8489
python: "3.9"
8590
os: windows-latest

0 commit comments

Comments
 (0)