Skip to content

Commit 0eda297

Browse files
authored
hack to fix coverage (#13161)
* hack to fix coverage * Update ci.yml * Update ci.yml * Update ci.yml
1 parent f4954d3 commit 0eda297

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
- {VERSION: "3.13", NOXSESSION: "rust,tests", RUST: "beta"}
5757
- {VERSION: "3.13", NOXSESSION: "rust,tests", RUST: "nightly"}
5858
- {VERSION: "3.13", NOXSESSION: "tests-rust-debug"}
59+
# Not actually an MSRV, just for coverage on this
60+
- {VERSION: "3.13", NOXSESSION: "tests", RUST: "1.87", OPENSSL: {TYPE: "openssl", VERSION: "3.5.1"}}
61+
- {VERSION: "3.13", NOXSESSION: "tests", RUST: "1.87", NOXARGS: "--enable-fips=1", OPENSSL: {TYPE: "openssl", CONFIG_FLAGS: "enable-fips", VERSION: "3.5.1"}}
5962
timeout-minutes: 15
6063
steps:
6164
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)