We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb27cba commit 95fb77dCopy full SHA for 95fb77d
.github/utest/kernel/object.cfg
@@ -0,0 +1,6 @@
1
+CONFIG_UTEST_OBJECT_TC=y
2
+
3
+# dependencies
4
+CONFIG_RT_USING_CI_ACTION=y
5
+CONFIG_RT_USING_DEVICE=y
6
+CONFIG_RT_USING_SEMAPHORE=y
.github/workflows/utest_auto_run.yml
@@ -47,6 +47,9 @@ jobs:
47
config_file:
48
- "default.cfg"
49
50
+ # kernel
51
+ # - "kernel/object.cfg"
52
53
# cpp11
54
# - "cpp11/cpp11.cfg"
55
0 commit comments