Skip to content

Commit 28040b4

Browse files
authored
test(ci): enable network feature in integration tests (#43)
Now that v0.1.0 is released, integration tests can download real binaries from GitHub releases. Closes #41
1 parent a05e3e9 commit 28040b4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/integration-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ jobs:
6262
${{ runner.os }}-cargo-
6363
6464
- name: Build release binary
65-
# Build without network feature so init uses placeholder binaries (no releases exist yet)
66-
run: cargo build --release --no-default-features --features parallel
65+
run: cargo build --release
6766

6867
- name: Copy binary to test location
6968
shell: bash

0 commit comments

Comments
 (0)