Fix make_full_disasm_for_code and disassemble_all combo (#509)
#618
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test splat lib | |
| on: | |
| push: | |
| pull_request: | |
| jobs: | |
| test_splat_lib: | |
| name: Test lib | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout reposistory | |
| uses: actions/checkout@v4 | |
| - name: Install local splat | |
| run: python3 -m pip install .[dev] | |
| - name: Test | |
| run: splat capy |