Skip to content

Commit e1a988f

Browse files
committed
Added clean to run-tests
1 parent 98c3e98 commit e1a988f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ set -e
3030
echo "========================================================================="
3131
echo "Running Spark unit tests"
3232
echo "========================================================================="
33-
sbt/sbt assembly test
33+
sbt/sbt clean assembly test
3434

3535
echo "========================================================================="
3636
echo "Running PySpark tests"

0 commit comments

Comments
 (0)