Skip to content

Commit 6e2387a

Browse files
committed
even more disabling
1 parent d55b3ad commit 6e2387a

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.github/workflows/commit.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88
env:
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-
uses: agenthunt/[email protected]
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]+)))?!?: (.+)"

.github/workflows/tests.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)