Skip to content

Commit

Permalink
ci: update got 'gifting-from-genesis' faucet feat
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Apr 22, 2024
1 parent fae0a6b commit 7b3dd64
Showing 1 changed file with 35 additions and 7 deletions.
42 changes: 35 additions & 7 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,11 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: Build binaries
run: cargo build --release --bin safenode --bin safe --bin faucet
run: cargo build --release --bin safenode --bin safe
timeout-minutes: 30

- name: Build faucet binary
run: cargo build --release --bin faucet --features="gifting-from-genesis"
timeout-minutes: 30

- name: Start a local network
Expand Down Expand Up @@ -534,7 +538,11 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: Build binaries
run: cargo build --release --features=local-discovery --bin safenode --bin faucet
run: cargo build --release --features=local-discovery --bin safenode
timeout-minutes: 30

- name: Build faucet binary
run: cargo build --release --bin faucet --features="local-discovery,gifting-from-genesis"
timeout-minutes: 30

- name: Build testing executable
Expand Down Expand Up @@ -603,7 +611,11 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: Build binaries
run: cargo build --release --features=local-discovery,distribution --bin safenode --bin faucet
run: cargo build --release --features=local-discovery,distribution --bin safenode
timeout-minutes: 30

- name: Build faucet binary
run: cargo build --release --features=local-discovery,distribution,gifting-from-genesis --bin faucet
timeout-minutes: 30

- name: Build testing executable
Expand Down Expand Up @@ -673,7 +685,11 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: Build binaries
run: cargo build --release --features local-discovery --bin safenode --bin faucet
run: cargo build --release --features local-discovery --bin safenode
timeout-minutes: 30

- name: Build faucet binaries
run: cargo build --release --features="local-discovery,gifting-from-genesis" --bin faucet
timeout-minutes: 30

- name: Build churn tests
Expand Down Expand Up @@ -799,7 +815,11 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: Build binaries
run: cargo build --release --features local-discovery --bin safenode --bin faucet
run: cargo build --release --features local-discovery --bin safenode
timeout-minutes: 30

- name: Build fuacet binary
run: cargo build --release --features="local-discovery,gifting-from-genesis" --bin faucet
timeout-minutes: 30

- name: Build data location and routing table tests
Expand Down Expand Up @@ -934,7 +954,11 @@ jobs:
ls -l
- name: Build binaries
run: cargo build --release --bin safenode --bin safe --bin faucet
run: cargo build --release --bin safenode --bin safe
timeout-minutes: 30

- name: Build faucet binary
run: cargo build --release --bin faucet --features="gifting-from-genesis"
timeout-minutes: 30

- name: Start a local network
Expand Down Expand Up @@ -1070,7 +1094,11 @@ jobs:
df
- name: Build binaries
run: cargo build --release --bin safenode --bin safe --bin faucet
run: cargo build --release --bin safenode --bin safe
timeout-minutes: 30

- name: Build faucet binary
run: cargo build --release --bin faucet --features="gifting-from-genesis"
timeout-minutes: 30

- name: Start a local network
Expand Down

0 comments on commit 7b3dd64

Please sign in to comment.