Skip to content

deps/axum: update axum: required authenication changes #225

deps/axum: update axum: required authenication changes

deps/axum: update axum: required authenication changes #225

Workflow file for this run

name: Test Build
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: sudo apt install libpcap-dev
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose