We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3cdcd1 commit 35cb806Copy full SHA for 35cb806
.github/workflows/ldk-node-integration.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Build and Deploy VSS Server
40
run: |
41
cd vss-server/rust
42
- cargo build
+ cargo build --no-default-features
43
cargo run server/vss-server-config.toml&
44
- name: Run LDK Node Integration tests
45
0 commit comments