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 13
13
runs-on : Ubuntu-18.04
14
14
steps :
15
15
- uses : actions/checkout@v2
16
+ with :
17
+ submodules : true
16
18
- name : Setup swiftenv
17
19
run : |
18
20
git clone https://github.com/kylef/swiftenv.git ~/.swiftenv
33
35
runs-on : macOS-10.15
34
36
steps :
35
37
- uses : actions/checkout@v2
38
+ with :
39
+ submodules : true
36
40
- run : sudo xcode-select -s "${{ matrix.xcode-version }}"
37
41
- run : swift --version
38
42
- run : swift test
41
45
runs-on : macOS-10.15
42
46
steps :
43
47
- uses : actions/checkout@v2
48
+ with :
49
+ submodules : true
44
50
- run : swift test --enable-code-coverage
45
51
- run : echo "SWIFT_CODECOV_PATH=$(swift test --show-codecov-path)" >> $GITHUB_ENV
46
52
- 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