Skip to content

Commit 50f78a5

Browse files
committed
Remove FIPS workflow, remove extra make check
1 parent 3e09611 commit 50f78a5

5 files changed

Lines changed: 0 additions & 46 deletions

File tree

.github/workflows/curl.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
if: steps.wolfprov-${{ matrix.wolfssl_ref }}-cache.hit != 'true'
5757
run: |
5858
WOLFSSL_TAG=${{ matrix.wolfssl_ref }} ./scripts/build-wolfprovider.sh
59-
make check
6059
6160
- name: Print errors
6261
if: ${{ failure() }}

.github/workflows/fips.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

.github/workflows/nginx.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
if: steps.wolfprov-${{ matrix.wolfssl_ref }}-cache.hit != 'true'
5757
run: |
5858
WOLFSSL_TAG=${{ matrix.wolfssl_ref }} ./scripts/build-wolfprovider.sh
59-
make check
6059
6160
- name: Print errors
6261
if: ${{ failure() }}

.github/workflows/openvpn.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
if: steps.wolfprov-${{ matrix.wolfssl_ref }}-cache.hit != 'true'
5757
run: |
5858
WOLFSSL_TAG=${{ matrix.wolfssl_ref }} ./scripts/build-wolfprovider.sh
59-
make check
6059
6160
- name: Print errors
6261
if: ${{ failure() }}

.github/workflows/simple.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
- name: Test wolfProvider
3636
run: |
3737
${{ matrix.config }} ./scripts/build-wolfprovider.sh
38-
make check
3938
4039
- name: Print errors
4140
if: ${{ failure() }}

0 commit comments

Comments
 (0)