Skip to content

Commit 9130cc0

Browse files
committed
Fix Linux and Android CI
1 parent 8833e6f commit 9130cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout
2727
uses: actions/checkout@v4
2828
- name: Test Linux
29-
uses: swift test
29+
run: swift test
3030
- name: Test Android
3131
uses: skiptools/swift-android-action@v2
3232

0 commit comments

Comments
 (0)