Skip to content

Commit 550a962

Browse files
committed
check
1 parent 7df93b8 commit 550a962

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- ubuntu-latest
3131
- macos-latest
3232
- windows-latest
33+
async:
34+
- true
35+
- false
3336
steps:
3437
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
3538
with:
@@ -45,7 +48,8 @@ jobs:
4548
- name: Run test suite
4649
run: tox --skip-pkg-install
4750
env:
48-
COVERAGE_FILE: "coverage.${{ matrix.os }}.${{ matrix.py }}"
51+
COVERAGE_FILE: "coverage.${{ matrix.os }}.${{ matrix.py }}.${{matrix.async}}"
52+
ASYNC_MODE: ${{matrix.async}}
4953
- name: Store coverage file
5054
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5155
with:

0 commit comments

Comments
 (0)