Skip to content

Commit 3b1bb18

Browse files
committed
multi: add tracing in dev mode and add install options to makefile
1 parent 9e87bee commit 3b1bb18

File tree

7 files changed

+593
-84
lines changed

7 files changed

+593
-84
lines changed

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
run: sudo apt install -y protobuf-compiler
3030
- uses: actions/checkout@v4
3131
- uses: dtolnay/rust-toolchain@stable
32-
- name: cargo build
33-
run: cargo build --release --all-features
32+
- name: Install sim-cli
33+
run: make install
34+
- name: Install dev sim-cli
35+
run: make dev-install
3436
- name: cargo test
3537
run: cargo test --all-features --all-targets --benches

0 commit comments

Comments
 (0)