File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 6969 run : |
7070 cargo test -p linera-service remote_net_grpc --features remote-net
7171
72+ remote-kubernetes-net-test :
73+ runs-on : ubuntu-latest-8-cores
74+ timeout-minutes : 40
75+
76+ steps :
77+ - uses : actions/checkout@v3
78+ - uses : actions-rust-lang/setup-rust-toolchain@v1
79+ - name : Install Protoc
80+ uses : arduino/setup-protoc@v1
81+ with :
82+ repo-token : ${{ secrets.GITHUB_TOKEN }}
83+ - name : Run the validators and faucet
84+ run : |
85+ mkdir /tmp/local-linera-net
86+ cargo run --features kubernetes --release --bin linera -- net up --kubernetes --policy-config testnet --path /tmp/local-linera-net --validators 4 --shards 4 --with-faucet &
87+ - name : Run the remote-net tests
88+ run : |
89+ cargo test -p linera-service remote_net_grpc --features remote-net
90+
7291 execution-wasmtime-test :
7392 runs-on : ubuntu-latest
7493 timeout-minutes : 10
You can’t perform that action at this time.
0 commit comments