Skip to content

'just' use the card that received the most packets (auto multi card s… #389

'just' use the card that received the most packets (auto multi card s…

'just' use the card that received the most packets (auto multi card s… #389

name: X86 build and run unit test
on: [push]
env:
BUILD_TYPE: Release
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: |
sudo ./install_dep.sh
- name: Build
run: |
./build_cmake.sh
- name: Test generate keys
run: |
./build/wfb_keygen
- name: Unit test
run: |
cd build
./unit_test