Require macos tests to run as root

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

View File

@ -23,6 +23,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