Skip to content

Commit 0a59da5

Browse files
committed
Add --no-parallel to Linux build command so we can try to find which test is crashing
1 parent 609aa04 commit 0a59da5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
with:
1616
linux_os_versions: '["noble", "jammy", "focal", "rhel-ubi9"]'
1717
linux_pre_build_command: command -v apt >/dev/null 2>&1 && apt update && apt install -y libsqlite3-dev libncurses-dev || (command -v yum >/dev/null 2>&1 && yum update -y && yum install -y sqlite-devel ncurses-devel)
18+
linux_build_command: 'swift test --no-parallel'
1819
linux_swift_versions: '["nightly-main", "nightly-6.2"]'
1920
windows_swift_versions: '["nightly-main"]'
2021
soundness:

0 commit comments

Comments
 (0)