Skip to content

Commit 94c2e0c

Browse files
committed
add wolfHSM to build-check.yml
1 parent 03e98d9 commit 94c2e0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,7 @@ jobs:
8888
run: cd wolfCrypt-JNI && export PATH=$PATH:"/home/runner/work/documentation" && make html
8989
- name: wolfcrypt-jni pdf
9090
run: cd wolfCrypt-JNI && export PATH=$PATH:"/home/runner/work/documentation" && make pdf
91+
- name: wolfHSM html
92+
run: cd wolfHSM && export PATH=$PATH:"/home/runner/work/documentation" && make html
93+
- name: wolfHSM pdf
94+
run: cd wolfHSM && export PATH=$PATH:"/home/runner/work/documentation" && make pdf

0 commit comments

Comments
 (0)