Skip to content

Commit

Permalink
Added test for hybrid secure boot
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Oct 29, 2024
1 parent 31fd115 commit 5ad4bcb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test-sunnyday-simulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -558,3 +558,20 @@ jobs:
run: |
tools/scripts/sim-pq-sunnyday-update.sh config/examples/sim-ml-dsa.config
# 64 Bit simulator, Hybrid auth ML_DSA + ECDSA
#
- name: make clean
run: |
make distclean
- name: Select config (64 bit simulator) Hybrid ML_DSA + ECC
run: |
cp config/examples/sim-ml-dsa-ecc-hybrid.config .config
- name: Build wolfboot.elf
run: |
make clean && make
- name: Run sunny day hybrid boot test
run: |
./wolfboot.elf get_version

0 comments on commit 5ad4bcb

Please sign in to comment.