Added async backing to runtime and node (#102) (#97)

This commit is contained in:
Nikita Khateev
2024-03-05 21:03:44 +04:00
committed by GitHub
parent 6cd3fadeca
commit 26778e090f
10 changed files with 148 additions and 13 deletions
+3
View File
@@ -74,6 +74,9 @@ jobs:
- name: Check benchmarking compilation
run: cargo check --release --features runtime-benchmarks
- name: Run tests with async backing
run: cargo test --release --features="async-backing"
- name: Check clippy
run: cargo clippy --release --locked --all-targets -- -D warnings