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 750ca25 commit 0698a34Copy full SHA for 0698a34
.github/workflows/ci.yml
@@ -78,7 +78,7 @@ jobs:
78
79
- name: Generate default signer
80
run: |
81
- solana-keygen new -o $HOME/.config/solana/id.json
+ solana-keygen new --no-bip39-passphrase -o $HOME/.config/solana/id.json
82
83
- name: Run unit tests
84
run: cargo test --lib --bins
0 commit comments