Skip to content

Commit

Permalink
Merge pull request #193 from carlaKC/select-send
Browse files Browse the repository at this point in the history
shutdown: Select on listener on all channel sends
  • Loading branch information
carlaKC authored Aug 28, 2024
2 parents 31ef59e + b22abe4 commit d8b5971
Show file tree
Hide file tree
Showing 9 changed files with 641 additions and 101 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 d8b5971

Please sign in to comment.