Skip to content

Add ability to decrypt PCAP/Pcapng files #482

Add ability to decrypt PCAP/Pcapng files

Add ability to decrypt PCAP/Pcapng files #482

Workflow file for this run

name: Test native code
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Run native tests
working-directory: ./app/src/main/jni/tests
run: make run_tests