We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df93b8 commit 550a962Copy full SHA for 550a962
.github/workflows/ci.yml
@@ -30,6 +30,9 @@ jobs:
30
- ubuntu-latest
31
- macos-latest
32
- windows-latest
33
+ async:
34
+ - true
35
+ - false
36
steps:
37
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
38
with:
@@ -45,7 +48,8 @@ jobs:
45
48
- name: Run test suite
46
49
run: tox --skip-pkg-install
47
50
env:
- COVERAGE_FILE: "coverage.${{ matrix.os }}.${{ matrix.py }}"
51
+ COVERAGE_FILE: "coverage.${{ matrix.os }}.${{ matrix.py }}.${{matrix.async}}"
52
+ ASYNC_MODE: ${{matrix.async}}
53
- name: Store coverage file
54
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
55
0 commit comments