Skip to content

Commit 93f7ac4

Browse files
committed
respond to code review nit
1 parent dae8ad2 commit 93f7ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- {VERSION: "3.13", NOXSESSION: "rust"}
2929
- {VERSION: "3.12", NOXSESSION: "docs", OPENSSL: {TYPE: "openssl", VERSION: "3.5.2"}}
3030
- {VERSION: "3.14-dev", NOXSESSION: "tests"}
31+
- {VERSION: "3.14t-dev", NOXSESSION: "rust,tests"}
3132
- {VERSION: "pypy-3.10", NOXSESSION: "tests-nocoverage"}
3233
- {VERSION: "pypy-3.11", NOXSESSION: "tests-nocoverage"}
3334
- {VERSION: "3.13", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "3.5.2", CONFIG_FLAGS: "no-engine no-rc2 no-srtp no-ct no-psk"}}
@@ -59,7 +60,6 @@ jobs:
5960
# Not actually an MSRV, just for coverage on this
6061
- {VERSION: "3.13", NOXSESSION: "tests", RUST: "1.87", OPENSSL: {TYPE: "openssl", VERSION: "3.5.2"}}
6162
- {VERSION: "3.13", NOXSESSION: "tests", RUST: "1.87", NOXARGS: "--enable-fips=1", OPENSSL: {TYPE: "openssl", CONFIG_FLAGS: "enable-fips", VERSION: "3.5.1"}}
62-
- {VERSION: "3.14t-dev", NOXSESSION: "rust,tests"}
6363
timeout-minutes: 15
6464
steps:
6565
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)