Skip to content

Commit b908695

Browse files
authored
Update test.yml
1 parent 8794905 commit b908695

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Test
33

4-
"on":
4+
on:
55
push:
66
branches: [main, master]
77
pull_request:
@@ -19,11 +19,5 @@ jobs:
1919
with:
2020
xcode-version: '15.4'
2121

22-
- name: Build for macOS
23-
run: swift build
24-
25-
- name: Run tests
26-
run: swift test
27-
2822
- name: Build for iOS
2923
run: swift build -Xswiftc "-sdk" -Xswiftc "`xcrun --sdk iphonesimulator --show-sdk-path`" -Xswiftc "-target" -Xswiftc "x86_64-apple-ios12.0-simulator"

0 commit comments

Comments
 (0)