Skip to content

feat: remove async-trait and impl server trait #166

feat: remove async-trait and impl server trait

feat: remove async-trait and impl server trait #166

Workflow file for this run

name: tests
on:
push:
branches:
- main
paths:
- drivers/**
- tests/**
- stun/**
- turn/**
- turn-server/**
- Cargo.toml
- Cargo.lock
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: cargo test