Use 'sudo' to launch pytest (because of tcpdump)

This commit is contained in:
lwthiker
2022-04-12 17:32:29 +03:00
parent 184fa640e8
commit e04e53b4d5

View File

@@ -59,4 +59,4 @@ jobs:
- name: Run the tests
run: |
cd tests
pytest . --log-cli-level DEBUG --install-dir ${{ runner.temp}}/install
sudo pytest . --log-cli-level DEBUG --install-dir ${{ runner.temp}}/install