diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index b27e936..f61d2f2 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -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: