From a2c0b6ad0ea641af9787a4199ef0ce449eb2c82d Mon Sep 17 00:00:00 2001 From: David Boucher Date: Sat, 14 Jun 2025 16:06:40 +0200 Subject: [PATCH] enh(ci): unit tests executed for generic snmp --- .github/workflows/generic-plugins.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/generic-plugins.yml b/.github/workflows/generic-plugins.yml index a7106cfaa..2e120b05d 100644 --- a/.github/workflows/generic-plugins.yml +++ b/.github/workflows/generic-plugins.yml @@ -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