Skip to content

Commit

Permalink
Update CI workflow to run both test.py and tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Jan 6, 2025
1 parent 6b92610 commit cb6894e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade cryptography requests colorama
- name: "Run test.py on ${{ matrix.python-version }}"
run: "python -m test.py"
- name: "Run test.py and tests.py on ${{ matrix.python-version }}"
run: "python -m test.py && python -m tests"

0 comments on commit cb6894e

Please sign in to comment.