Skip to content

Commit 3c00a2f

Browse files
committed
Update Gradle build command to exclude macOS ARM64 tests
Replaced the excluded test target in the Gradle build command to `macosArm64Test`. This ensures the build process focuses on the intended platform and avoids unnecessary test execution.
1 parent 55f482a commit 3c00a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
key: rust-lib-cache-apple
3939

4040
- name: Gradle Build
41-
run: ./gradlew build -x test -x :sqlx4k-sqlite:linkDebugTestLinuxX64
41+
run: ./gradlew build -x test -x macosArm64Test
4242
# run: ./scripts/build-apple.sh
4343

4444
# - name: Gradle Publish

0 commit comments

Comments
 (0)