Skip to content

build(deps): bump mio from 0.8.6 to 0.8.11 #61

build(deps): bump mio from 0.8.6 to 0.8.11

build(deps): bump mio from 0.8.6 to 0.8.11 #61

Workflow file for this run

name: Rust
on:
push:
branches: [ main, dev ]
pull_request:
branches: [ main, dev ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Run fmt
run: cargo fmt --verbose