Skip to content

Commit

Permalink
test github action revision
Browse files Browse the repository at this point in the history
Signed-off-by: Chris PeBenito <[email protected]>
  • Loading branch information
pebenito committed Oct 16, 2023
1 parent 0c4a348 commit b25b8f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:

matrix:
build-opts:
- {python: '3.10', tox: python3.10}
- {python: '3.11', tox: python3.11}
- {python: '3.10', tox: python3}
- {python: '3.11', tox: python3}
- {python: '3.10', tox: pep8}
- {python: '3.10', tox: lint}
- {python: '3.10', tox: mypy}
Expand Down Expand Up @@ -79,6 +79,6 @@ jobs:
make CFLAGS="-O2 -pipe -fPIC -Wall -I${{env.SEPOL_SRC}}/include" -C ${{env.CHECKPOLICY_SRC}}
- name: Run test
run: tox -e ${{ matrix.build-opts.tox }}
run: python -m tox -e ${{ matrix.build-opts.tox }}
env:
LD_LIBRARY_PATH: "${{env.SEPOL_SRC}}/src:${{env.SELINUX_SRC}}/src:${LD_LIBRARY_PATH}"

0 comments on commit b25b8f4

Please sign in to comment.