File tree Expand file tree Collapse file tree 1 file changed +3
-20
lines changed
Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Original file line number Diff line number Diff line change @@ -22,27 +22,10 @@ jobs:
2222 run : |
2323 make keysclean && make -C tools/keytools clean && rm -f include/target.h
2424
25- - name : Build wolfboot and test footprint
25+ - name : Build unit tests
2626 run : |
2727 make -C tools/unit-tests
2828
29-
30- - name : Run manifest header parser unit tests
31- run : |
32- ./tools/unit-tests/unit-parser
33-
34- - name : Run non-encrypted ext_flash unit tests
35- run : |
36- ./tools/unit-tests/unit-extflash
37-
38- - name : Run aes128 ext_flash unit tests
39- run : |
40- ./tools/unit-tests/unit-aes128
41-
42- - name : Run aes256 ext_flash unit tests
43- run : |
44- ./tools/unit-tests/unit-aes256
45-
46- - name : Run chacha20 ext_flash unit tests
29+ - name : Run unit tests
4730 run : |
48- ./ tools/unit-tests/unit-chacha20
31+ make -C tools/unit-tests run
You can’t perform that action at this time.
0 commit comments