Skip to content

Bump mio from 0.8.10 to 0.8.11 (#21) #53

Bump mio from 0.8.10 to 0.8.11 (#21)

Bump mio from 0.8.10 to 0.8.11 (#21) #53

Workflow file for this run

on:
push:
branches:
- "*"
name: tests
jobs:
# run the tests and also build the binary to make sure it works
build_and_test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: test
- uses: actions-rs/cargo@v1
with:
command: build
args: --release