Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Nov 23, 2023
1 parent d086d06 commit ea6d033
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ jobs:
python -m pip install --upgrade pip
pip install pytest pytest-dependency
pip install .
- name: test
run: |
pwnshop -c BabyShellBasicShellcode --src
pwnshop -c BabyShellBasicShellcode --bin > babyshell_level1
file babyshell_level1 | grep ELF
pwnshop -c BabyShellBasicShellcode --verify

0 comments on commit ea6d033

Please sign in to comment.