Run tests with sudo to be able to access /dev/kvm

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
Dimitris Karakasilis 2023-02-20 12:33:44 +02:00
parent 7b561efed8
commit 3a22134226
No known key found for this signature in database
GPG Key ID: 286DCAFD2C97DDE3

View File

@ -66,4 +66,5 @@ jobs:
insecure = true
EOF
./scripts/e2e-tests.sh
# We run with sudo to be able to access /dev/kvm
sudo -E ./scripts/e2e-tests.sh