From ef0cd58d49ce3b92b5ec51c578d8559b1106c41d Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Sun, 4 Jun 2023 15:17:11 +0200 Subject: [PATCH] Add sudo to linux tests --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 162a448..633b7a7 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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