File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - name : Build
1818 run : ${{ matrix.options }} swift build -c ${{ matrix.config }}
1919 - name : Test
20- run : ${{ matrix.options }} swift test -c ${{ matrix.config }}
20+ run : ${{ matrix.options }} swift test -c ${{ matrix.config }} --no-parallel
2121
2222 coverage :
2323 name : Code Coverage
7474 - name : Build
7575 run : ${{ matrix.options }} swift build -c ${{ matrix.config }}
7676 - name : Test
77- run : ${{ matrix.options }} swift test -c ${{ matrix.config }}
77+ run : ${{ matrix.options }} swift test -c ${{ matrix.config }} --no-parallel
7878
7979 skip-fuse :
8080 name : Skip Fuse (Android)
Original file line number Diff line number Diff line change 4545# 1. Run the tests with coverage instrumentation.
4646if [ " ${SKIP_TEST:- 0} " != " 1" ]; then
4747 echo " ==> Running tests with code coverage"
48- swift test --enable-code-coverage
48+ swift test --enable-code-coverage --no-parallel
4949fi
5050
5151# 2. Locate the coverage artifacts SwiftPM produced.
You can’t perform that action at this time.
0 commit comments