diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-01-25 02:36:46 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-01-25 02:36:46 +0300 |
commit | 8d71b8b95ee96d3727ddac9c270977c6f90732de (patch) | |
tree | e4b255483253e2247986efcbf90358947ee5d951 /.github | |
parent | debian: 1.1.0-1 (diff) | |
parent | workflows/ci: run tests as root also (diff) | |
download | linux-status-8d71b8b95ee96d3727ddac9c270977c6f90732de.tar.gz linux-status-8d71b8b95ee96d3727ddac9c270977c6f90732de.zip |
Merge tag 'v1.2' into debian
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |