server: tests: remove dependency to killall

This commit is contained in:
Pierrick HYMBERT 2024-03-10 09:24:52 +01:00
parent 479ba3c064
commit eea4f20f06

View file

@ -47,6 +47,8 @@ jobs:
- name: Clone
id: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Dependencies
id: depends
@ -58,7 +60,6 @@ jobs:
cmake \
python3-pip \
wget \
psmisc \
language-pack-en
- name: Build