Skip to content

Commit 08a5597

Browse files
committed
Run the interop test also nightly, remove from unit workflow
1 parent fae1b00 commit 08a5597

2 files changed

Lines changed: 6 additions & 14 deletions

File tree

.github/workflows/unit-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ jobs:
9999
wolfssl_v5_6_6:
100100
uses: ./.github/workflows/wolfssl-v5.6.6-build-workflow.yml
101101

102-
wolfssl_interop:
103-
uses: ./.github/workflows/wolfssl-master-compatibility.yml
104-
105102
#TODO: --disable-aes Enable AES (default: enabled)
106103
#TODO: --disable-aescbc Enable AES-CBC (default: enabled)
107104
#TODO: --disable-sha256 Enable SHA-256 (default: enabled)

.github/workflows/wolfssl-master-compatibility.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
11
name: wolfPKCS11 interoperability tests against wolfSSL upstream
22

33
on:
4-
workflow_call:
5-
inputs:
6-
config:
7-
required: false
8-
type: string
9-
check:
10-
required: false
11-
type: string
12-
default: 'make check'
4+
push:
5+
branches: [ 'master', 'main', 'release/**' ]
6+
pull_request:
7+
branches: [ '*' ]
8+
schedule:
9+
- cron: "0 1 * * *"
1310

1411
jobs:
1512
build:
16-
1713
runs-on: ubuntu-latest
18-
1914
steps:
2015
#pull wolfPKCS11
2116
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)