test: Add plcli integration tests (#1671)

This commit is contained in:
iTrooz
2024-05-12 02:19:20 +02:00
committed by GitHub
parent 240bb299f0
commit ff569417fc
2 changed files with 6 additions and 1 deletions

View File

@@ -63,6 +63,11 @@ jobs:
..
make -j4 unit_tests
- name: 🧪 Perform plcli Integration Tests
run: |
cd lib/external/pattern_language
python tests/integration/integration.py ../../../build/imhex --pl
- name: 🧪 Perform Unit Tests
run: |
cd build