Skip to content

Commit 74a4198

Browse files
authored
Merge pull request ruby#670 from junaruga/wip/ci-yml-mode-in-fips-mode
CI: Replace "mode" in "FIPS mode" with "module".
2 parents 8273416 + e35f190 commit 74a4198

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)