Skip to content
This repository has been archived by the owner on Jan 11, 2025. It is now read-only.

Build(deps): bump mio from 0.8.8 to 0.8.11 #15

Build(deps): bump mio from 0.8.8 to 0.8.11

Build(deps): bump mio from 0.8.8 to 0.8.11 #15

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --workspace --verbose
- name: Run tests
run: cargo test --workspace --verbose