Skip to content

Start migrating to new networking system #291

Start migrating to new networking system

Start migrating to new networking system #291

Workflow file for this run

on:
push:
pull_request:
branches:
- main
name: Tests
env:
CARGO_TERM_COLOR: always
jobs:
build:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run unit tests
run: cargo test --all-features