Skip to content

Commit

Permalink
Rename test workflow for improved readability
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-gillard committed Jun 30, 2024
1 parent 94dd4fa commit e620943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yaml → .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

jobs:
test:
pytest:
runs-on: ubuntu-latest

strategy:
Expand All @@ -31,5 +31,5 @@ jobs:
python -m pip install --upgrade pip
pip install tox
- name: Run Tox
- name: Run Tests
run: tox run -m ${{ matrix.python-version }}

0 comments on commit e620943

Please sign in to comment.