Skip to content

chore(deps): bump mio from 0.8.10 to 0.8.11 #50

chore(deps): bump mio from 0.8.10 to 0.8.11

chore(deps): bump mio from 0.8.10 to 0.8.11 #50

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Checkout code
- name: Lint
run: cargo clippy -- -D warnings
- name: Build
run: cargo build --verbose
- name: Test
run: cargo test --verbose