ci: build: test exe: run in debug mode to see messages

This commit is contained in:
William Ballenthin
2021-03-05 15:49:31 -07:00
parent 30e1d409dd
commit 4db6227d84

View File

@@ -43,7 +43,7 @@ jobs:
- name: Build standalone executable
run: pyinstaller .github/pyinstaller/pyinstaller.spec
- name: Does it run?
run: dist/capa "tests/data/Practical Malware Analysis Lab 01-01.dll_"
run: dist/capa -d "tests/data/Practical Malware Analysis Lab 01-01.dll_"
- uses: actions/upload-artifact@v2
with:
name: ${{ matrix.asset_name }}