installing iperf3 on gh action

This commit is contained in:
Domingo Dirutigliano
2025-03-07 23:45:34 +01:00
parent deb2c97e05
commit 3550ef1867

View File

@@ -24,7 +24,7 @@ jobs:
run: python3 start.py start -P testpassword run: python3 start.py start -P testpassword
- name: Run tests - name: Run tests
run: cd tests && ./run_tests.sh run: sudo apt-get install -y iperf3 && cd tests && ./run_tests.sh
- name: Set up QEMU - name: Set up QEMU
uses: docker/setup-qemu-action@master uses: docker/setup-qemu-action@master