mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Pass tox environment via command line
Co-authored-by: Lukas Pühringer <luk.puehringer@gmail.com> Signed-off-by: Shabeeb Khalid <convey2shabeeb@gmail.com>
This commit is contained in:
parent
55c8fe0c9d
commit
ce14451bdc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/_test.yml
vendored
4
.github/workflows/_test.yml
vendored
|
|
@ -25,8 +25,8 @@ jobs:
|
|||
run: |
|
||||
python3 -m pip install --constraint requirements/build.txt tox coveralls
|
||||
|
||||
- name: Run tox (${{ env.TOXENV }})
|
||||
run: tox
|
||||
- name: Run tox
|
||||
run: tox -e lint
|
||||
|
||||
tests:
|
||||
name: Tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue