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 fff08e2 commit d933c43Copy full SHA for d933c43
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Docker Compose
21
uses: docker/setup-compose-action@v1
22
23
- - name: Build testnet
+ - name: Build simple testnet
24
run: |
25
sudo apt update
26
sudo apt install --no-install-recommends -y ca-certificates curl iproute2 make tar
@@ -29,3 +29,10 @@ jobs:
29
make cibuild testnet=simple_network_binary
30
make up testnet=simple_network_binary
31
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