We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da43c99 commit b497ee3Copy full SHA for b497ee3
1 file changed
.github/workflows/test-units.yml
@@ -22,27 +22,10 @@ jobs:
22
run: |
23
make keysclean && make -C tools/keytools clean && rm -f include/target.h
24
25
- - name: Build wolfboot and test footprint
+ - name: Build unit tests
26
27
make -C tools/unit-tests
28
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
36
- ./tools/unit-tests/unit-extflash
37
38
- - name: Run aes128 ext_flash unit tests
39
40
- ./tools/unit-tests/unit-aes128
41
42
- - name: Run aes256 ext_flash unit tests
43
44
- ./tools/unit-tests/unit-aes256
45
46
- - name: Run chacha20 ext_flash unit tests
+ - name: Run unit tests
47
48
- ./tools/unit-tests/unit-chacha20
+ make -C tools/unit-tests run
0 commit comments