Skip to content

Commit 2eac135

Browse files
committed
Add to the CI
1 parent f360990 commit 2eac135

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,8 @@ jobs:
137137
run: |
138138
cargo test -p bulletin-polkadot-runtime
139139
140+
- name: Run (Westend) runtime tests
141+
run: |
142+
cargo test -p bulletin-westend-runtime
143+
140144
# TODO: check benchmarks

scripts/runtimes-matrix.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@
1111
"pallet_proxy": ["announce", "proxy_announced", "reject_announcement", "remove_announcement", "poke_deposit"]
1212
}
1313
},
14+
{
15+
"name": "bulletin-westend",
16+
"package": "bulletin-westend-runtime",
17+
"path": "runtime",
18+
"benchmarks_templates": {
19+
"pallet_xcm_benchmarks::generic": "templates/xcm-bench-template.hbs",
20+
"pallet_xcm_benchmarks::fungible": "templates/xcm-bench-template.hbs"
21+
}
22+
},
1423
{
1524
"name": "bulletin-rococo",
1625
"package": "polkadot-bulletin-chain-runtime",

0 commit comments

Comments
 (0)