tests - do not run as root

This commit is contained in:
florian 2022-07-13 16:59:23 +02:00
parent de8cee491a
commit 16573a397e
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ jobs:
# Run tests
- name: Run Docker tests
run: sudo ./tests/main.py "docker"
run: ./tests/main.py "docker"
- name: Temp stop tests
run: exit 1
- name: Run autoconf tests