UPD github workflow to include test-raw-ptr

This commit is contained in:
Rémi Heredero 2024-10-21 15:41:38 +02:00
parent fd30e9cd8e
commit 4dcb25a455
Signed by: Klagarge
GPG Key ID: 3CBAC2C6CD1E8807

View File

@ -14,7 +14,11 @@ jobs:
matrix:
target: [DISCO_H747I]
profile: [develop, debug, release]
tests: [tests-simple-test-always-succeed, tests-simple-test-ptr-test]
tests: [
tests-simple-test-always-succeed,
tests-simple-test-ptr-test,
tests-simple-test-raw-ptr
]
steps: