Skip to content

Add unit tests for proxy service #2

Add unit tests for proxy service

Add unit tests for proxy service #2

Workflow file for this run

name: Testing
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Run tests
run: cargo test