Skip to content

Commit

Permalink
multi: add tracing in dev mode and add install options to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
carlaKC committed Aug 15, 2024
1 parent 9e87bee commit 3b1bb18
Show file tree
Hide file tree
Showing 7 changed files with 593 additions and 84 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
run: sudo apt install -y protobuf-compiler
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: cargo build
run: cargo build --release --all-features
- name: Install sim-cli
run: make install
- name: Install dev sim-cli
run: make dev-install
- name: cargo test
run: cargo test --all-features --all-targets --benches
Loading

0 comments on commit 3b1bb18

Please sign in to comment.