mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-02-12 02:05:47 +00:00
Run only the tests
This commit is contained in:
parent
c25963f48f
commit
0f5229ae2e
58
.github/workflows/rust.yml
vendored
58
.github/workflows/rust.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-16.04, windows-latest, macOS-latest]
|
os: [ubuntu-16.04]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
@ -30,59 +30,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
args: --verbose --release --all
|
args: --verbose --release --all
|
||||||
- name: Upload ubuntu/macos
|
|
||||||
uses: actions/upload-artifact@v1
|
|
||||||
if: contains(matrix.os, 'macos') || contains(matrix.os, 'ubuntu')
|
|
||||||
with:
|
|
||||||
name: ${{ matrix.os }}-zecwallet-cli
|
|
||||||
path: target/release/zecwallet-cli
|
|
||||||
- name: Upload windows
|
|
||||||
uses: actions/upload-artifact@v1
|
|
||||||
if: contains(matrix.os, 'windows')
|
|
||||||
with:
|
|
||||||
name: ${{ matrix.os }}-zecwallet-cli.exe
|
|
||||||
path: target/release/zecwallet-cli.exe
|
|
||||||
|
|
||||||
|
|
||||||
linux_arm7:
|
|
||||||
name: Linux ARMv7
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@master
|
|
||||||
- uses: actions-rs/toolchain@v1
|
|
||||||
with:
|
|
||||||
toolchain: stable
|
|
||||||
target: armv7-unknown-linux-gnueabihf
|
|
||||||
override: true
|
|
||||||
- uses: actions-rs/cargo@v1
|
|
||||||
with:
|
|
||||||
use-cross: true
|
|
||||||
command: build
|
|
||||||
args: --release --target armv7-unknown-linux-gnueabihf
|
|
||||||
- name: Upload
|
|
||||||
uses: actions/upload-artifact@v1
|
|
||||||
with:
|
|
||||||
name: linux_armv7-zecwallet-cli
|
|
||||||
path: target/armv7-unknown-linux-gnueabihf/release/zecwallet-cli
|
|
||||||
|
|
||||||
linux_aarch64:
|
|
||||||
name: Linux ARM64
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@master
|
|
||||||
- uses: actions-rs/toolchain@v1
|
|
||||||
with:
|
|
||||||
toolchain: stable
|
|
||||||
target: aarch64-unknown-linux-gnu
|
|
||||||
override: true
|
|
||||||
- uses: actions-rs/cargo@v1
|
|
||||||
with:
|
|
||||||
use-cross: true
|
|
||||||
command: build
|
|
||||||
args: --release --target aarch64-unknown-linux-gnu
|
|
||||||
- name: Upload
|
|
||||||
uses: actions/upload-artifact@v1
|
|
||||||
with:
|
|
||||||
name: linux_aarch64-zecwallet-cli
|
|
||||||
path: target/aarch64-unknown-linux-gnu/release/zecwallet-cli
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user