Skip to content

add inbound/outbound flag for NAS, and pcapify option for rayhunter-check #109

add inbound/outbound flag for NAS, and pcapify option for rayhunter-check

add inbound/outbound flag for NAS, and pcapify option for rayhunter-check #109

name: Check and Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
check_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check
run: cargo check --verbose
- name: Run tests
run: cargo test --verbose