summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2023-02-13 17:06:56 +0100
committerGitHub <noreply@github.com>2023-02-13 10:06:56 -0600
commitcac747892be07a06d0315917fc72cfd06d10e471 (patch)
tree0112d78c7697b18ddf84c84a48d1507aff04f88a /.github
parent3517764ed5517a6d76078eb7e6696f1c0e153ad1 (diff)
downloadpyopenssl-cac747892be07a06d0315917fc72cfd06d10e471.tar.gz
Fix tests on Windows, add Windows CI (#1186)
* fix tests on Windows, add Windows CI * remove test safeguards from coverage
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4407e17..a16af90 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,6 +18,7 @@ jobs:
- {VERSION: "3.11", TOXENV: "py311"}
- {VERSION: "pypy-3.7", TOXENV: "pypy3"}
- {VERSION: "pypy-3.8", TOXENV: "pypy3"}
+ - {VERSION: "3.11", TOXENV: "py311-useWheel", OS: "windows-2022" }
# -cryptographyMain
- {VERSION: "3.6", TOXENV: "py36-cryptographyMain", OS: "ubuntu-20.04"}
- {VERSION: "3.7", TOXENV: "py37-cryptographyMain"}
@@ -47,7 +48,7 @@ jobs:
- {VERSION: "3.9", TOXENV: "flake8"}
- {VERSION: "3.6", TOXENV: "py36-mypy", OS: "ubuntu-20.04"}
- {VERSION: "3.9", TOXENV: "docs"}
- name: "${{ matrix.PYTHON.TOXENV }}"
+ name: "${{ matrix.PYTHON.TOXENV }}${{ matrix.PYTHON.OS && format(' on {0}', matrix.PYTHON.OS) || '' }}"
steps:
- uses: actions/checkout@v3
- name: Setup python