mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
parent
1de3fa486e
commit
d0ee873a92
3
.github/workflows/release-cli.yml
vendored
3
.github/workflows/release-cli.yml
vendored
@ -25,6 +25,9 @@ jobs:
|
||||
- name: Build ${{ matrix.target }} release binary
|
||||
run: cargo build --target=${{ matrix.target }} --release --package swap --bin swap_cli
|
||||
|
||||
- name: Smoke test the binary
|
||||
run: target/${{ matrix.target }}/release/swap_cli --help
|
||||
|
||||
# Remove once python 3 is the default
|
||||
- uses: actions/setup-python@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user