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 1a91259 commit 1f45b1aCopy full SHA for 1f45b1a
.github/workflows/rust.yml
@@ -128,7 +128,7 @@ jobs:
128
run: |
129
mkdir /tmp/local-linera-net
130
FAUCET_PORT=$(echo "$LINERA_FAUCET_URL" | cut -d: -f3)
131
- cargo run --bin linera --features kubernetes -- net up --kubernetes --policy-config testnet --path /tmp/local-linera-net --validators 2 --shards 2 --with-faucet --faucet-port $FAUCET_PORT --faucet-amount 1000 &
+ cargo run --bin linera --features kubernetes -- net up --kubernetes --policy-config testnet --path /tmp/local-linera-net --validators 1 --shards 2 --with-faucet --faucet-port $FAUCET_PORT --faucet-amount 1000 &
132
- name: Wait for faucet to be ready
133
134
until curl -s $LINERA_FAUCET_URL >/dev/null; do sleep 1; done
0 commit comments