Skip to content

Commit

Permalink
ci: add wallet ffi to build
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Sep 15, 2021
1 parent fc1e120 commit a4a62b9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,19 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
# args: --release
args: --release

- name: cargo build wallet
uses: actions-rs/cargo@v1
with:
command: build
args: -p tari_wallet
args: --release -p tari_wallet

- name: cargo build wallet ffi
uses: actions-rs/cargo@v1
with:
command: build
args: --release -p tari_wallet_ffi

test:
name: test
Expand Down

0 comments on commit a4a62b9

Please sign in to comment.