Skip to content

Commit 8a5e461

Browse files
CI: enable tests with AWS-LC
1 parent ca384b8 commit 8a5e461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- { name-extra: 'with fips provider', openssl: openssl-3.4.0, fips-enabled: true }
8484
- { name-extra: 'with fips provider', openssl: openssl-master, fips-enabled: true }
8585
- { name-extra: 'without legacy provider', openssl: openssl-3.4.0, append-configure: 'no-legacy' }
86-
- { openssl: aws-lc-latest, skip-warnings: true, skip-tests: true } # Remove "skip-tests" once AWS-LC tests are working.
86+
- { openssl: aws-lc-latest, skip-warnings: true }
8787
steps:
8888
- name: repo checkout
8989
uses: actions/checkout@v4
@@ -160,7 +160,7 @@ jobs:
160160
- name: rake test
161161
run: bundle exec rake test TESTOPTS="-v --no-show-detail-immediately"
162162
timeout-minutes: 5
163-
if: ${{ !matrix.fips-enabled && !matrix.skip-tests }}
163+
if: ${{ !matrix.fips-enabled }}
164164

165165
# Run only the passing tests on the FIPS module as a temporary workaround.
166166
# TODO Fix other tests, and run all the tests on FIPS module.

0 commit comments

Comments
 (0)