Add tftpc integration tests

This commit is contained in:
Altuğ Bakan 2024-07-01 22:17:45 +02:00
parent 2aff61927b
commit b8fb6ee271

View file

@ -20,6 +20,6 @@ jobs:
sudo apt-get update
sudo apt-get install atftp
- name: Build
run: cargo build --verbose
run: cargo build --features client --verbose
- name: Run tests
run: cargo test --test integration_test --features integration --verbose -- --test-threads 1