Skip to content
Snippets Groups Projects
Commit 5209902b authored by Alain Riou's avatar Alain Riou
Browse files

run all tests when merging into dev

parent bece7212
Branches
No related tags found
No related merge requests found
......@@ -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
......@@ -29,4 +29,4 @@ jobs:
python -m pip install .
- name: Test with pytest
run: |
pytest tests/test_cli.py
pytest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment