Skip to content

Commit

Permalink
Update to ctest on linux execution
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Abrahão <[email protected]>
  • Loading branch information
patrickpa committed May 27, 2024
1 parent 3e318c5 commit be65b0d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build-on-change-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- include/**
- scripts/cmake/**
- tests/**
- .github/workflows/** # only for testing this PR

# execute on every push made targeting the branches bellow
push:
Expand Down Expand Up @@ -94,12 +95,7 @@ jobs:
run: |
echo Starting tests...
cd ./build/test/function
./examples/example_checker_bundle/src/example_checker_bundle_tester
./report_modules/report_module_gui/src/report_module_gui_tester
./report_modules/report_module_text/src/report_module_text_tester
./result_pooling/src/result_pooling_tester
ctest --test-dir build -C Release
echo All tests done.
shell: bash
Expand Down

0 comments on commit be65b0d

Please sign in to comment.