Smoke test the binary in the release workflow

Fixes #251.
This commit is contained in:
Thomas Eizinger 2021-03-02 10:33:44 +11:00
parent 1de3fa486e
commit d0ee873a92
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96

View File

@ -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: