Skip to content

Commit d8b5971

Browse files
authored
Merge pull request #193 from carlaKC/select-send
shutdown: Select on listener on all channel sends
2 parents 31ef59e + b22abe4 commit d8b5971

File tree

9 files changed

+641
-101
lines changed

9 files changed

+641
-101
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)