File tree Expand file tree Collapse file tree 3 files changed +7
-16
lines changed Expand file tree Collapse file tree 3 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 1313 runs-on : Ubuntu-18.04
1414 steps :
1515 - uses : actions/checkout@v2
16+ with :
17+ submodules : true
1618 - name : Setup swiftenv
1719 run : |
1820 git clone https://github.com/kylef/swiftenv.git ~/.swiftenv
3335 runs-on : macOS-10.15
3436 steps :
3537 - uses : actions/checkout@v2
38+ with :
39+ submodules : true
3640 - run : sudo xcode-select -s "${{ matrix.xcode-version }}"
3741 - run : swift --version
3842 - run : swift test
4145 runs-on : macOS-10.15
4246 steps :
4347 - uses : actions/checkout@v2
48+ with :
49+ submodules : true
4450 - run : swift test --enable-code-coverage
4551 - run : echo "SWIFT_CODECOV_PATH=$(swift test --show-codecov-path)" >> $GITHUB_ENV
4652 - uses : codecov/codecov-action@v1
Original file line number Diff line number Diff line change 1- import XCTest
2-
3- import WAMRTests
4-
5- var tests = [ XCTestCaseEntry] ( )
6- tests += WAMRTests . allTests ( )
7- XCTMain ( tests)
1+ fatalError ( " Use `swift test --enable-test-discovery` to run tests " )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments