Skip to content

Commit d933c43

Browse files
committed
asdf
1 parent fff08e2 commit d933c43

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Docker Compose
2121
uses: docker/setup-compose-action@v1
2222

23-
- name: Build testnet
23+
- name: Build simple testnet
2424
run: |
2525
sudo apt update
2626
sudo apt install --no-install-recommends -y ca-certificates curl iproute2 make tar
@@ -29,3 +29,10 @@ jobs:
2929
make cibuild testnet=simple_network_binary
3030
make up testnet=simple_network_binary
3131
make validate
32+
make down testnet=simple_network_binary
33+
- name: Build fancy testnet
34+
run: |
35+
make cibuild testnet=global_network
36+
make up testnet=global_network
37+
make validate
38+
make down testnet=global_network

0 commit comments

Comments
 (0)