From b8fb6ee27142b4ae1633352fc1825cf0937ddf3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Altu=C4=9F=20Bakan?= Date: Mon, 1 Jul 2024 22:17:45 +0200 Subject: [PATCH] Add tftpc integration tests --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c79ecdd..53f076c 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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