mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-06-15 15:51:01 +00:00
Add benchmarking compilation check to CI (#131)
* add benchmarking req to ci * fix compilation error for feature runtime benchmarks * remove ReachableDest because it is not part of config even with features runtime benchmarks * add release flag
This commit is contained in:
@@ -70,6 +70,9 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
run: cargo test --release
|
||||
|
||||
- name: Check benchmarking compilation
|
||||
run: cargo check --release --features runtime-benchmarks
|
||||
|
||||
- name: Check clippy
|
||||
run: cargo clippy --release --locked --all-targets -- -D warnings
|
||||
|
||||
Reference in New Issue
Block a user