UPD github workflow to include test-raw-ptr
This commit is contained in:
parent
fd30e9cd8e
commit
4dcb25a455
6
.github/workflows/build-test.yml
vendored
6
.github/workflows/build-test.yml
vendored
@ -14,7 +14,11 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
target: [DISCO_H747I]
|
target: [DISCO_H747I]
|
||||||
profile: [develop, debug, release]
|
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:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user