Skip to content

Commit

Permalink
run tests in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gereons committed Jan 20, 2025
1 parent bf6ee0d commit 23a5ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ if [ ! -z "$1" ]; then
DAY=$(printf "%02d" $1)
FILTER="--filter AoCTests.Day$DAY"
fi
swift test --configuration release $FILTER
swift test $FILTER

0 comments on commit 23a5ce3

Please sign in to comment.