Skip to content

Commit

Permalink
.github/*.yml: add runtime test in host mode for librats (#93)
Browse files Browse the repository at this point in the history
add host runtime test in basic_compilation_check.yml

Signed-off-by: Pengyu Chen <chenpengyu_1024@163.com>
  • Loading branch information
Ben-cpy authored Oct 30, 2023
1 parent 4192866 commit a1a12c4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/pr_basic_compilation_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,16 @@ jobs:
fi
env:
HOME: /root

- name: Run "librats" ${{ matrix.build_mode }} mode
if: ${{ matrix.build_mode == 'host'}}
run: |
/usr/share/librats/samples/cert-app
env:
HOME: /root

- name: Clean for ${{ matrix.build_mode }} mode
run: |
make -C build clean
env:
HOME: /root

0 comments on commit a1a12c4

Please sign in to comment.