Skip to content

Commit da2ee92

Browse files
authored
Merge pull request #8 from YOCKOW/linux
Remove LinuxMain.swift and XCTestManifests.swift
2 parents be8c838 + b9c3ac5 commit da2ee92

File tree

3 files changed

+0
-38
lines changed

3 files changed

+0
-38
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ jobs:
4646
- name: Clean debug build directory if necessary
4747
if: steps.debug_build.outcome == 'failure'
4848
run: rm -rf $(cd .build/debug && pwd -P)
49-
- name: Check XCTestManifests.swift
50-
if: runner.os == 'macOS'
51-
run: |
52-
swift test --generate-linuxmain -Xswiftc -swift-version -Xswiftc ${{ matrix.swift-compat-ver }}
53-
git diff --exit-code
5449
- name: Test with debug mode.
5550
run: swift test --configuration debug -Xswiftc -swift-version -Xswiftc ${{ matrix.swift-compat-ver }}
5651
# RELEASE mode

Tests/LinuxMain.swift

Lines changed: 0 additions & 8 deletions
This file was deleted.

Tests/TimeSpecificationTests/XCTestManifests.swift

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)