File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments