Skip to content

Commit fb511b3

Browse files
committed
Try again with the extra coverage job in CI.
1 parent c22e921 commit fb511b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
fail-fast: false
4848
matrix:
4949
noxenv: ${{ fromJson(needs.list.outputs.noxenvs) }}
50+
posargs: [""]
5051
include:
51-
- os: ubuntu-latest
52-
noxenv: "tests-3.11"
52+
- noxenv: tests-3.11
5353
posargs: ghcoverage
5454

5555
steps:

0 commit comments

Comments
 (0)