UPD github workflow to include test-unique-ptr
This commit is contained in:
parent
ec660dc8dc
commit
6e8089d016
6
.github/workflows/build-test.yml
vendored
6
.github/workflows/build-test.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user