UPD github workflow to include test-unique-ptr

This commit is contained in:
Rémi Heredero 2024-10-21 16:04:35 +02:00
parent ec660dc8dc
commit 6e8089d016
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-unique-ptr
]
steps: