Skip to content

Commit 29ae892

Browse files
committed
Disable fail fast, and run tests outside of proxy
1 parent 8fc1a86 commit 29ae892

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
name: Test Self Hosted
2424
runs-on: ubuntu-latest
2525
strategy:
26+
fail-fast: false
2627
matrix:
2728
container: ["ubuntu:22.04", "ubuntu:24.04", "redhat/ubi9", "debian:12", "fedora:39"]
2829
container:
@@ -39,7 +40,7 @@ jobs:
3940
- name: Perform swift toolchain post-installation
4041
run: chmod u+x post-install.sh && ./post-install.sh
4142
- name: Build and Test
42-
run: CC=clang /root/.local/share/swiftly/bin/swiftly run ./scripts/install-libarchive.sh && /root/.local/share/swiftly/bin/swift test
43+
run: CC=clang /root/.local/share/swiftly/bin/swiftly run ./scripts/install-libarchive.sh && /root/.local/share/swiftly/bin/swiftly run swift test
4344

4445
tests:
4546
name: Test

0 commit comments

Comments
 (0)