evbunpack/.github/workflows/test.yml
mos9527 5ce1521108 Version 0.2.0
Added support for the latest Enigma Virtual Box (10.70 Build 20240522)
Added various error checks and handling
Major code refactoring and cleanup
CI : Added tests for the unpacker
CI : Implemented TLS, FS, Overlay checks in the packer test app
2024-06-07 09:19:44 +08:00

16 lines
No EOL
359 B
YAML

name: Tests
on: [push, pull_request, workflow_dispatch]
jobs:
Test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install dependencies
run: |
pip install -U pytest
python setup.py install
- name: Run tests
run: |
pytest -v -s