Skip to content

Bump mio from 0.8.10 to 0.8.11 (#88) #105

Bump mio from 0.8.10 to 0.8.11 (#88)

Bump mio from 0.8.10 to 0.8.11 (#88) #105

Workflow file for this run

name: tests
on:
push:
branches:
- main
paths:
- cli/**
- tests/**
- stun/**
- turn/**
- turn-server/**
- turn-balance/**
- Cargo.toml
- Cargo.lock
- protos/**
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v4
-
uses: actions/cache@v3
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: '${{ runner.os }}-cargo-${{ hashFiles(''**/Cargo.lock'') }}'
-
name: Run tests
run: |
sudo apt update
sudo apt install -y protobuf-compiler libprotobuf-dev
cargo test