Skip to content

Commit e7c303e

Browse files
committed
asd
1 parent 2298d3d commit e7c303e

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
@@ -113,7 +113,7 @@ jobs:
113113
- name: Run the validators with Kubernetes
114114
run: |
115115
mkdir /tmp/local-linera-net
116-
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 8078 --faucet-amount 1000 &
116+
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 8078 --faucet-amount 1000
117117
- name: Wait for faucet to be ready
118118
run: |
119119
until curl -s http://localhost:8078 >/dev/null; do sleep 1; done

0 commit comments

Comments
 (0)