enh(ci): unit tests executed for generic snmp

This commit is contained in:
David Boucher 2025-06-14 16:06:40 +02:00
parent ccc47be126
commit a2c0b6ad0e

View File

@ -69,6 +69,12 @@ jobs:
- name: Checkout sources
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Unit tests
run: |
cd experimental
cargo test --release
shell: bash
- name: Building generic plugins using Cargo
run: |
cd experimental