Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
ignore audio_test executable in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MGTheTrain committed Apr 17, 2024
1 parent d3208c2 commit 52617d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devops/scripts/bash/compile_source_code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ echo -e "$BLUE INFO: $NC Compilation of the source code and linking binaries suc

if [ "$NoTests" = false ]; then
cd "build"
ctest --verbose
ctest --verbose -E audio_test # ignore audio_test executable in workflows
# ctest --verbose
fi

0 comments on commit 52617d7

Please sign in to comment.