From cdf97ce0b5639c0361803f45314224b8069781dc Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 25 Jan 2022 02:35:12 +0300 Subject: workflows/ci: run tests as root also --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0e1d49..2fd7af1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,5 +19,7 @@ jobs: uses: actions/setup-python@v2 with: python-version: '${{ matrix.python-version }}' + - name: Run tests as root + run: sudo ./test/test.sh - name: Run tests run: ./test/test.sh -- cgit v1.2.3