From 45ad20c46484dbadaa0e74711604a67ee0e213ad Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Fri, 9 Jan 2026 14:41:21 -0500 Subject: [PATCH] test(ci): enable network feature in integration tests Now that v0.1.0 is released, integration tests can download real binaries from GitHub releases. Closes #41 --- .github/workflows/integration-test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 7f65892..e788f91 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -62,8 +62,7 @@ jobs: ${{ runner.os }}-cargo- - name: Build release binary - # Build without network feature so init uses placeholder binaries (no releases exist yet) - run: cargo build --release --no-default-features --features parallel + run: cargo build --release - name: Copy binary to test location shell: bash