Misc tests improvement

This commit is contained in:
Łukasz Domeradzki
2025-05-07 23:58:11 +02:00
parent 449f3556a7
commit cf9a578815
3 changed files with 3 additions and 3 deletions

2
cc.sh
View File

@@ -127,7 +127,7 @@ if [ "$CLEAN" -eq 1 ]; then
fi
if [ "$TEST" -eq 1 ]; then
dotnet test "$TESTS_PROJECT" $DOTNET_FLAGS
dotnet test "$TESTS_PROJECT" --filter TestCategory!=Manual $DOTNET_FLAGS
fi
echo "INFO: Building ${MAIN_PROJECT}..."