FIX raw + unique ptr tests
FIX issues on raw and unique pointer tests + Merge individual test files for unique and raw pointers and merged their test cases into a single test file for simplicity.
This commit is contained in:
4
.github/workflows/build-test.yml
vendored
4
.github/workflows/build-test.yml
vendored
@@ -13,12 +13,10 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
target: [DISCO_H747I]
|
||||
profile: [develop, debug, release]
|
||||
profile: [debug, release]
|
||||
tests: [
|
||||
tests-simple-test-always-succeed,
|
||||
tests-simple-test-ptr-test,
|
||||
tests-simple-unique-ptr,
|
||||
tests-simple-test-raw-ptr
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user