Skip to content

Update README to reference make install #4

Update README to reference make install

Update README to reference make install #4

Workflow file for this run

name: Test dissectors
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install tshark
run: sudo apt-get update && sudo apt-get install -y tshark
- name: Run tests
run: make test