From e35f19076aac2f1991e15ff2ac48ca405ed5a5cf Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Thu, 24 Aug 2023 21:03:00 +0200 Subject: [PATCH] CI: Replace "mode" in "FIPS mode" with "module". According to the , the terminology "FIPS mode" should be used in the context of the latest OpenSSL any more. Replacing "FIPS mode" with "FIPS module" is recommended. --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 52ea39197..8f74b4351 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 \