mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 09:05:19 +02:00
enh(ci): unit tests executed for generic snmp
This commit is contained in:
parent
ccc47be126
commit
a2c0b6ad0e
6
.github/workflows/generic-plugins.yml
vendored
6
.github/workflows/generic-plugins.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user