This commit is contained in:
Michael Freno
2026-01-15 09:56:47 -05:00
parent 5dc223ec96
commit ff0339e6fc
11 changed files with 58 additions and 40 deletions

2
run
View File

@@ -98,7 +98,7 @@ if [ "$ACTION" = "build" ]; then
elif [ "$ACTION" = "test" ]; then
echo "Running unit tests..."
run_with_output "xcodebuild -project Gaze.xcodeproj -scheme GazeTests -configuration Debug test"
run_with_output "xcodebuild -project Gaze.xcodeproj -scheme Gaze -configuration Debug test"
if [ $? -eq 0 ]; then
echo "✅ Tests passed!"