File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99
10- # Test:
11- # strategy:
12- # matrix:
13- # os:
14- # - ubuntu-latest
15- # # - macos-latest
16- # swift: ["5.9"]
17- # runs-on: ${{ matrix.os }}
18- # steps:
19- # - uses: actions/checkout@v4
20- # with:
21- # submodules: true
22- # - uses: ./.github/workflows/actions/setup
23- # with:
24- # swift: ${{ matrix.swift }}
25- # os: ${{ matrix.os }}
10+ Test :
11+ strategy :
12+ matrix :
13+ os :
14+ - ubuntu-latest
15+ # - macos-latest
16+ swift : ["5.9"]
17+ runs-on : ${{ matrix.os }}
18+ steps :
19+ - uses : actions/checkout@v4
20+ with :
21+ submodules : true
22+ - uses : ./.github/workflows/actions/setup
23+ with :
24+ swift : ${{ matrix.swift }}
25+ os : ${{ matrix.os }}
2626
27- # - run: swift build
28- # - run: swift test
27+ - run : swift build
28+ - run : swift test
2929
3030 # Package.swift uses GITHUB_JOB to add docc dependency
3131 # FIXME: Not expected docs.
You can’t perform that action at this time.
0 commit comments