Skip to content

Commit 5f2c817

Browse files
committed
test workflow
1 parent 4c5ce5c commit 5f2c817

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,8 @@ jobs:
7676
run: swift test --filter "(?i)vsock" | tee test.out
7777
- name: Check for skipped tests
7878
run: test -r test.out && ! grep -i skipped test.out
79+
80+
static-sdk:
81+
name: Static SDK
82+
# Workaround https://github.com/nektos/act/issues/1875
83+
uses: apple/swift-nio/.github/workflows/static_sdk.yml@static_sdk_workflow # TODO: change to @main

0 commit comments

Comments
 (0)