Skip to content

Commit

Permalink
run all tests when merging into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
aRI0U committed Jan 17, 2024
1 parent bece721 commit 5209902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand All @@ -29,4 +29,4 @@ jobs:
python -m pip install .
- name: Test with pytest
run: |
pytest tests/test_cli.py
pytest

0 comments on commit 5209902

Please sign in to comment.