Skip to content

Add if_ready variants of receive_message and poll, when ReadReady trait is implemented for io #84

Add if_ready variants of receive_message and poll, when ReadReady trait is implemented for io

Add if_ready variants of receive_message and poll, when ReadReady trait is implemented for io #84

Workflow file for this run

on: [pull_request]
name: UnitTests
jobs:
unit_tests:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Run Unit tests
run: RUST_LOG=trace cargo test unit