Skip to content

Commit 3b7334a

Browse files
committed
Merge remote-tracking branch 'origin/devnet-ready' into cargo-audit
2 parents cfd4795 + cb72b4f commit 3b7334a

File tree

124 files changed

+22926
-1199
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+22926
-1199
lines changed

.github/workflows/check-devnet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Devnet Deploy Check
33
on:
44
pull_request:
55
branches: [devnet, devnet-ready]
6+
types: [labeled, unlabeled, synchronize]
67

78
env:
89
CARGO_TERM_COLOR: always

.github/workflows/check-finney.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Finney Deploy Check
33
on:
44
pull_request:
55
branches: [finney, main]
6+
types: [labeled, unlabeled, synchronize]
67

78
env:
89
CARGO_TERM_COLOR: always
@@ -51,4 +52,4 @@ jobs:
5152
runtime-package: "node-subtensor-runtime"
5253
node-uri: "wss://entrypoint-finney.opentensor.ai:443"
5354
checks: "pre-and-post"
54-
extra-args: "--disable-spec-version-check --no-weight-warnings"
55+
extra-args: "--disable-spec-version-check --no-weight-warnings"

.github/workflows/check-rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ jobs:
157157

158158
- name: check lints
159159
run: |
160-
set -o pipefail # Ensure the pipeline fails if any command in the pipeline fails
161-
cargo check 2>&1 | sed -r "s/\x1B\[[0-9;]*[mK]//g" | tee /dev/tty | grep -q "^warning:" && \
162-
(echo "Build emitted the following warnings:" >&2 && exit 1) || echo "No warnings found."
160+
set -o pipefail
161+
cargo check 2>&1 | sed -r "s/\x1B\[[0-9;]*[mK]//g" | grep "warning:" && exit 1
162+
echo "No warnings found."
163163
164164
cargo-clippy-all-features:
165165
name: cargo clippy --all-features

.github/workflows/check-testnet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Testnet Deploy Check
33
on:
44
pull_request:
55
branches: [testnet, testnet-ready]
6+
types: [labeled, unlabeled, synchronize]
67

78
env:
89
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)