Skip to content

Commit

Permalink
Make randomorder a regular job and not a distro one (#6633)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Nov 20, 2021
1 parent ccbcd46 commit 60c846f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}"
Expand Down

0 comments on commit 60c846f

Please sign in to comment.