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