Skip to content

feat: the transport layers of udp and tcp are optional features #171

feat: the transport layers of udp and tcp are optional features

feat: the transport layers of udp and tcp are optional features #171

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