We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be8c838 + b9c3ac5 commit da2ee92Copy full SHA for da2ee92
.github/workflows/ci.yml
@@ -46,11 +46,6 @@ jobs:
46
- name: Clean debug build directory if necessary
47
if: steps.debug_build.outcome == 'failure'
48
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
54
- name: Test with debug mode.
55
run: swift test --configuration debug -Xswiftc -swift-version -Xswiftc ${{ matrix.swift-compat-ver }}
56
# RELEASE mode
Tests/LinuxMain.swift
Tests/TimeSpecificationTests/XCTestManifests.swift
0 commit comments