Skip to content

Commit

Permalink
fixing core tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gitting-around committed Oct 31, 2024
1 parent d4aab6f commit ebc6f87
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,12 @@ jobs:
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
./build/$target/rabbitmq-core/unit-test-rabbitmq-core
echo Running unit-test-rabbitmq
ls ./build/linux-x64/rabbitmq-core/
echo core stuff
ls ./build/$target/rabbitmq-core/
echo fmu stuff
ls ./build/$target/rabbitmq-fmu
echo Tests complete
- name: Run unit tests on WIN
Expand Down

0 comments on commit ebc6f87

Please sign in to comment.