summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2021-11-20 12:10:09 -0500
committerGitHub <noreply@github.com>2021-11-20 12:10:09 -0500
commitec9554b36669703c4985cec107f8cbbfe36d74fa (patch)
tree695ab494f54082bf32e1daa6489bc711e5a36b1b
parentd065d821457fa729d889c3f891eb78e638e38deb (diff)
downloadcryptography-alex-patch-3.tar.gz
Make randomorder a regular job and not a distro onealex-patch-3
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 03486efbb..f26e46844 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -41,6 +41,7 @@ jobs:
- {VERSION: "3.9", TOXENV: "py39", OPENSSL: {TYPE: "libressl", VERSION: "3.3.5"}}
- {VERSION: "3.9", TOXENV: "py39", OPENSSL: {TYPE: "libressl", VERSION: "3.4.1"}}
- {VERSION: "3.10", TOXENV: "py310"}
+ - {VERSION: "3.10", TOXENV: "py310-randomorder"}
# Latest commit on the main-with-bazel branch, as of November 8, 2021
- {VERSION: "3.10", TOXENV: "py310", OPENSSL: {TYPE: "boringssl", VERSION: "4fb158925f7753d80fb858cb0239dff893ef9f15"}}
RUST:
@@ -137,7 +138,6 @@ jobs:
- {IMAGE: "ubuntu-bionic", TOXENV: "py36"}
- {IMAGE: "ubuntu-focal", TOXENV: "py38"}
- {IMAGE: "ubuntu-rolling", TOXENV: "py39"}
- - {IMAGE: "ubuntu-rolling", TOXENV: "py39-randomorder"}
- {IMAGE: "fedora", TOXENV: "py310"}
- {IMAGE: "alpine", TOXENV: "py39"}
name: "${{ matrix.IMAGE.TOXENV }} on ${{ matrix.IMAGE.IMAGE }}"