Skip to content

Commit fb369a5

Browse files
committed
Modify tests
1 parent 1d4aadd commit fb369a5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,9 @@ jobs:
2828
with:
2929
swift: ${{ matrix.swift }}
3030
os: ${{ matrix.os }}
31-
- run: swift build
32-
- run: swift test
31+
- name: "Test Scripts work on ${{ matrix.os }}"
32+
run: swift Scripts/SPIManifestBuilder.swift
33+
- name: "Test Swift Package"
34+
run: |
35+
swift build
36+
swift test

0 commit comments

Comments
 (0)