Skip to content

Commit

Permalink
Update ci.yml (#25)
Browse files Browse the repository at this point in the history
Remove r2pm call to run test as it ignore the return value
  • Loading branch information
sylvainpelissier authored Aug 6, 2024
1 parent d587d08 commit 7abdbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Testing r2yara installation
run: R2_DEBUG=1 r2 -qcq -c 'yrv' --
- name: Running Testsuite
run: r2pm -r make -C test
run: make -C test
build-macos:
runs-on: macos-12
steps:
Expand Down

0 comments on commit 7abdbde

Please sign in to comment.