[daemon] add environment to allow all users access (#7076)

This commit adds an environment variable to allow all users access
Thread daemon via ot-ctl.
This commit is contained in:
Yakun Xu
2021-10-18 13:02:50 -07:00
committed by GitHub
parent 119da1cd3f
commit 71e4df9820
3 changed files with 54 additions and 11 deletions
+6
View File
@@ -209,6 +209,12 @@ jobs:
- name: Run
run: |
script/check-posix-pty check
- name: Run (OT_DAEMON_ALLOW_ALL)
if: matrix.OT_DAEMON == 'on'
env:
OT_DAEMON_ALLOW_ALL: 1
run: |
script/check-posix-pty check
- name: Generate Coverage
run: |
./script/test generate_coverage gcc