Skip to content

Commit 294e72e

Browse files
committed
Added test for hybrid secure boot
1 parent cc447ea commit 294e72e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/test-sunnyday-simulator.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,3 +558,20 @@ jobs:
558558
run: |
559559
tools/scripts/sim-pq-sunnyday-update.sh config/examples/sim-ml-dsa.config
560560
561+
# 64 Bit simulator, Hybrid auth ML_DSA + ECDSA
562+
#
563+
- name: make clean
564+
run: |
565+
make distclean
566+
567+
- name: Select config (64 bit simulator) Hybrid ML_DSA + ECC
568+
run: |
569+
cp config/examples/sim-ml-dsa-ecc-hybrid.config .config
570+
571+
- name: Build wolfboot.elf
572+
run: |
573+
make clean && make
574+
575+
- name: Run sunny day hybrid boot test
576+
run: |
577+
./wolfboot.elf get_version

0 commit comments

Comments
 (0)