Skip to content

Commit

Permalink
CI: Replace "mode" in "FIPS mode" with "module".
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
junaruga committed Aug 24, 2023
1 parent 8273416 commit e35f190
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ jobs:
timeout-minutes: 5
if: ${{ !matrix.fips-enabled }}

# Run only the passing tests on the FIPS mode as a temporary workaround.
# TODO Fix other tests, and run all the tests on FIPS mode.
- 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
run: |
bundle exec rake debug &&
ruby -I./lib -ropenssl \
Expand Down

0 comments on commit e35f190

Please sign in to comment.