File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 88env :
99 IROH_FORCE_STAGING_RELAYS : " 1"
1010
11- jobs :
12- check-for-cc :
13- runs-on : ubuntu-latest
14- steps :
15- - name : check-for-cc
16- id : check-for-cc
17- 18- with :
19- pr-title-regex : " ^(.+)(?:(([^)s]+)))?!?: (.+)"
11+ # jobs:
12+ # check-for-cc:
13+ # runs-on: ubuntu-latest
14+ # steps:
15+ # - name: check-for-cc
16+ # id: check-for-cc
17+ # uses: agenthunt/[email protected] 18+ # with:
19+ # pr-title-regex: "^(.+)(?:(([^)s]+)))?!?: (.+)"
Original file line number Diff line number Diff line change @@ -104,13 +104,13 @@ jobs:
104104 env :
105105 RUST_LOG : ${{ runner.debug && 'TRACE' || 'DEBUG'}}
106106
107- - name : build tests
108- run : |
109- cargo nextest run --workspace ${{ env.FEATURES }} --lib --bins --tests --no-run
107+ # - name: build tests
108+ # run: |
109+ # cargo nextest run --workspace ${{ env.FEATURES }} --lib --bins --tests --no-run
110110
111- - name : list ignored tests
112- run : |
113- cargo nextest list --workspace ${{ env.FEATURES }} --lib --bins --tests --run-ignored ignored-only
111+ # - name: list ignored tests
112+ # run: |
113+ # cargo nextest list --workspace ${{ env.FEATURES }} --lib --bins --tests --run-ignored ignored-only
114114
115115 - name : run tests
116116 run : |
You can’t perform that action at this time.
0 commit comments