Skip to content

Commit f750946

Browse files
committed
[SPARK-53374] Use release build in Apache Spark 4.1.0-preview1 RC1 testing
1 parent 784d0e2 commit f750946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
cd /tmp/spark/sbin
110110
./start-connect-server.sh
111111
cd -
112-
swift test --no-parallel
112+
swift test --no-parallel -c release
113113
114114
integration-test-mac:
115115
runs-on: macos-15

0 commit comments

Comments
 (0)