Skip to content

Commit e3629c3

Browse files
committed
test: build without network feature for integration tests
No releases exist yet, so init cannot download real binaries. Building without network feature uses placeholder binaries instead.
1 parent 3da8182 commit e3629c3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/integration-test.yml

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

6768
- name: Copy binary to test location
6869
shell: bash

0 commit comments

Comments
 (0)