We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8273416 + e35f190 commit 74a4198Copy full SHA for 74a4198
.github/workflows/test.yml
@@ -176,9 +176,9 @@ jobs:
176
timeout-minutes: 5
177
if: ${{ !matrix.fips-enabled }}
178
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
+ # Run only the passing tests on the FIPS module as a temporary workaround.
+ # TODO Fix other tests, and run all the tests on FIPS module.
+ - name: test on fips module
182
run: |
183
bundle exec rake debug &&
184
ruby -I./lib -ropenssl \
0 commit comments