Skip to content

Commit

Permalink
Debugging unit test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
nlrcomcast committed Sep 27, 2024
1 parent 45fc95b commit 38f0034
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
branches:
- main
- master
- parodus_test

jobs:
test:
Expand Down Expand Up @@ -63,7 +64,8 @@ jobs:
mkdir _install
mkdir _install/lib
cp ${RBUS_INSTALL_DIR}/usr/lib/librbus* _install/lib
build-wrapper-linux-x86-64 --out-dir bw-output make all test
build-wrapper-linux-x86-64 --out-dir bw-output make all
./tests/test_token -a
- name: Stop rtrouted
run: |
Expand Down

0 comments on commit 38f0034

Please sign in to comment.