Skip to content

Commit e35f190

Browse files
committed
CI: Replace "mode" in "FIPS mode" with "module".
According to the <openssl/openssl#21797>, the terminology "FIPS mode" should be used in the context of the latest OpenSSL any more. Replacing "FIPS mode" with "FIPS module" is recommended.
1 parent 8273416 commit e35f190

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ jobs:
176176
timeout-minutes: 5
177177
if: ${{ !matrix.fips-enabled }}
178178

179-
# Run only the passing tests on the FIPS mode as a temporary workaround.
180-
# TODO Fix other tests, and run all the tests on FIPS mode.
181-
- name: test on fips mode
179+
# Run only the passing tests on the FIPS module as a temporary workaround.
180+
# TODO Fix other tests, and run all the tests on FIPS module.
181+
- name: test on fips module
182182
run: |
183183
bundle exec rake debug &&
184184
ruby -I./lib -ropenssl \

0 commit comments

Comments
 (0)