Skip to content

Merge pull request #42 from ikatson/external-listen #127

Merge pull request #42 from ikatson/external-listen

Merge pull request #42 from ikatson/external-listen #127

Workflow file for this run

name: Run tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v1
- name: Run tests
run: cargo test