forked from nathanwoodburn/firewalletbrowser
feat: Add some inital tests
This commit is contained in:
@@ -32,10 +32,4 @@ jobs:
|
||||
- name: Run tests
|
||||
run: |
|
||||
echo "Testing with Python ${{ matrix.python-version }}"
|
||||
python -m pytest main.py
|
||||
|
||||
- name: Check compatibility
|
||||
run: |
|
||||
# Add any additional compatibility checks if needed
|
||||
python --version
|
||||
python -c "import sys; print(f'Python {sys.version_info.major}.{sys.version_info.minor} compatibility test passed')"
|
||||
python -m pytest main.py
|
||||
Reference in New Issue
Block a user