Smoke test the binary in the release workflow

Fixes #251.
pull/254/head
Thomas Eizinger 3 years ago
parent 1de3fa486e
commit d0ee873a92
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96

@ -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…
Cancel
Save