Skip to content

Commit

Permalink
Merge pull request #670 from junaruga/wip/ci-yml-mode-in-fips-mode
Browse files Browse the repository at this point in the history
CI: Replace "mode" in "FIPS mode" with "module".
  • Loading branch information
rhenium authored Aug 25, 2023
2 parents 8273416 + e35f190 commit 74a4198
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 74a4198

Please sign in to comment.