We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05e3e9 commit 28040b4Copy full SHA for 28040b4
1 file changed
.github/workflows/integration-test.yml
@@ -62,8 +62,7 @@ jobs:
62
${{ runner.os }}-cargo-
63
64
- 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
+ run: cargo build --release
67
68
- name: Copy binary to test location
69
shell: bash
0 commit comments