Skip to content

Commit

Permalink
testing the core
Browse files Browse the repository at this point in the history
  • Loading branch information
gitting-around committed Oct 31, 2024
1 parent 486deb3 commit d4aab6f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,14 @@ jobs:
if: matrix.os != 'windows-latest'
shell: bash
run: |
export target=$(cat target)
echo $(pwd)
echo About to run unit-test-rabbitmq and unit-test-rabbitmq-core
ctest --test-dir build/$target -R unit-test-rabbitmq
echo Running unit-test-rabbitmq-core
./build/linux-x64/rabbitmq-core/unit-test-rabbitmq-core
echo Running unit-test-rabbitmq
./build/linux-x64/rabbitmq-core/unit-test-rabbitmq
ls ./build/linux-x64/rabbitmq-core/
echo Tests complete
- name: Run unit tests on WIN
Expand Down

0 comments on commit d4aab6f

Please sign in to comment.