Skip to content

Commit

Permalink
[ci] better jobs splitting - #660
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Jun 26, 2021
1 parent ac545fe commit 527b840
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/run-tests.yml
Expand Up @@ -56,9 +56,16 @@ jobs:
chmod +x /tmp/update-trinity.sh
python3 -c 'import capstone, keystone, unicorn' || /tmp/update-trinity.sh
- name: Install Python optional modules
run: |
python3 -m pip install -r ./requirements.txt

- name: Setup GEF
run: |
echo "source $(pwd)/gef.py" > ~/.gdbinit
gdb -q -ex 'gef missing' -ex 'gef help' -ex 'gef config' -ex start -ex continue -ex quit /bin/pwd
- name: Run Tests
run: |
gdb -q -ex 'gef missing' -ex 'gef help' -ex 'gef config' -ex start -ex continue -ex quit /bin/ls
python3 -m pip install -r ./requirements.txt
make lint
make test

0 comments on commit 527b840

Please sign in to comment.