Skip to content

Commit d25a73f

Browse files
authored
Merge pull request #1183 from galacticcouncil/upgrade-stable2412
feat: Upgrade to polkadot-stable2503
2 parents f4fe373 + 7cbe20e commit d25a73f

File tree

343 files changed

+12009
-11104
lines changed

Some content is hidden

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

343 files changed

+12009
-11104
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install Rust
4242
uses: actions-rust-lang/setup-rust-toolchain@v1
4343
with:
44-
rustflags: ''
44+
rustflags: '-D warnings'
4545
- name: Run tests
4646
run: make test-release
4747
- name: Build release
@@ -133,7 +133,7 @@ jobs:
133133
- name: Install Rust
134134
uses: actions-rust-lang/setup-rust-toolchain@v1
135135
with:
136-
rustflags: ''
136+
rustflags: '-D warnings'
137137

138138
- name: Download benchmarks CLI
139139
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)