tests - run as root

This commit is contained in:
florian 2022-07-13 16:04:41 +02:00
parent 590ad46cd8
commit 56afbd4577
1 changed files with 1 additions and 1 deletions

View File

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