mirror of
https://github.com/espressif/openthread.git
synced 2026-07-31 08:07:47 +00:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user