Skip to content

Commit 1f45b1a

Browse files
committed
test
1 parent 1a91259 commit 1f45b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
run: |
129129
mkdir /tmp/local-linera-net
130130
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 &
131+
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 &
132132
- name: Wait for faucet to be ready
133133
run: |
134134
until curl -s $LINERA_FAUCET_URL >/dev/null; do sleep 1; done

0 commit comments

Comments
 (0)