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:
Amar Singh
2024-02-29 09:44:10 -05:00
committed by GitHub
parent 9cf5c8944c
commit 873fc78036
2 changed files with 3 additions and 7 deletions
+3
View File
@@ -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