Skip to content

Commit

Permalink
CI: enable tests with AWS-LC
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel40791765 committed Feb 19, 2025
1 parent ca384b8 commit 8a5e461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- { name-extra: 'with fips provider', openssl: openssl-3.4.0, fips-enabled: true }
- { name-extra: 'with fips provider', openssl: openssl-master, fips-enabled: true }
- { name-extra: 'without legacy provider', openssl: openssl-3.4.0, append-configure: 'no-legacy' }
- { openssl: aws-lc-latest, skip-warnings: true, skip-tests: true } # Remove "skip-tests" once AWS-LC tests are working.
- { openssl: aws-lc-latest, skip-warnings: true }
steps:
- name: repo checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
- name: rake test
run: bundle exec rake test TESTOPTS="-v --no-show-detail-immediately"
timeout-minutes: 5
if: ${{ !matrix.fips-enabled && !matrix.skip-tests }}
if: ${{ !matrix.fips-enabled }}

# 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.
Expand Down

0 comments on commit 8a5e461

Please sign in to comment.