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 8
8
env :
9
9
IROH_FORCE_STAGING_RELAYS : " 1"
10
10
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:
104
104
env :
105
105
RUST_LOG : ${{ runner.debug && 'TRACE' || 'DEBUG'}}
106
106
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
110
110
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
114
114
115
115
- name : run tests
116
116
run : |
You can’t perform that action at this time.
0 commit comments