Skip to content

Commit 956d5af

Browse files
committed
Improve runtime benchmarking
1 parent b7dd53d commit 956d5af

8 files changed

Lines changed: 18 additions & 887 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,8 @@ jobs:
3939
sudo apt -y install pkg-config protobuf-compiler solc
4040
sudo cp ./scripts/resolc /usr/local/bin/resolc
4141
42-
- name: Run all tests
43-
run: cargo test --release --features try-runtime,runtime-benchmarks --workspace --locked
42+
- name: Build runtime with benchmarks
43+
run: cargo build -p robonomics-runtime --features runtime-benchmarks --locked
44+
45+
- name: Run all workspace tests
46+
run: cargo test --workspace --locked

0 commit comments

Comments
 (0)