Skip to content

Commit 53ca924

Browse files
committed
Added test for L5, up to container 1.1
1 parent 487a529 commit 53ca924

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.github/workflows/trustzone-emulator-tests.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
trustzone-emulator-tests:
99
runs-on: ubuntu-latest
1010
container:
11-
image: ghcr.io/danielinux/m33mu-ci:1.0
11+
image: ghcr.io/danielinux/m33mu-ci:1.1
1212
steps:
1313
- uses: actions/checkout@v4
1414

@@ -25,7 +25,7 @@ jobs:
2525
- name: Run emu test (stm32h5)
2626
working-directory: test-app/emu-test-apps
2727
run: |
28-
SCENARIOS=C ./test.sh
28+
./test.sh
2929
3030
- name: Clean and build stm32u5 (TZ + wolfcrypt)
3131
run: |
@@ -37,3 +37,14 @@ jobs:
3737
working-directory: test-app/emu-test-apps
3838
run: |
3939
TARGET=stm32u5 ./test.sh
40+
41+
- name: Clean and build stm32l5 (TZ + wolfcrypt)
42+
run: |
43+
make clean distclean
44+
cp config/examples/stm32l5-wolfcrypt-tz.config .config
45+
make wolfboot.bin
46+
47+
- name: Run emu test (stm32u5)
48+
working-directory: test-app/emu-test-apps
49+
run: |
50+
TARGET=stm32l5 ./test.sh

0 commit comments

Comments
 (0)