Add sudo to linux tests

This commit is contained in:
Orsiris de Jong 2023-06-04 15:17:11 +02:00 committed by GitHub
parent d8915512ea
commit ef0cd58d49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ jobs:
env:
RUNNING_ON_GITHUB_ACTIONS: true
run: |
bash ./dev/tests/run_tests.sh
sudo bash ./dev/tests/run_tests.sh
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v1