mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-12-25 07:29:32 -05:00
Simplify matrix for test job
This commit is contained in:
parent
7397cb5990
commit
8767af8dd3
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -84,14 +84,9 @@ jobs:
|
|||||||
RUST_TEST_TASKS: 2
|
RUST_TEST_TASKS: 2
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
os: [ ubuntu-latest, macos-latest ]
|
||||||
- target: x86_64-unknown-linux-gnu
|
|
||||||
os: ubuntu-latest
|
|
||||||
- target: x86_64-apple-darwin
|
|
||||||
os: macos-latest
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@ status = [
|
|||||||
"build (armv7-unknown-linux-gnueabihf, ubuntu-latest)",
|
"build (armv7-unknown-linux-gnueabihf, ubuntu-latest)",
|
||||||
"build (x86_64-apple-darwin, macos-latest)",
|
"build (x86_64-apple-darwin, macos-latest)",
|
||||||
"build (x86_64-pc-windows-msvc, windows-latest)",
|
"build (x86_64-pc-windows-msvc, windows-latest)",
|
||||||
"test (x86_64-unknown-linux-gnu, ubuntu-latest)",
|
"test (ubuntu-latest)",
|
||||||
"test (x86_64-apple-darwin, macos-latest)",
|
"test (macos-latest)",
|
||||||
"docker_tests (happy_path)",
|
"docker_tests (happy_path)",
|
||||||
"docker_tests (happy_path_restart_bob_after_xmr_locked)",
|
"docker_tests (happy_path_restart_bob_after_xmr_locked)",
|
||||||
"docker_tests (happy_path_restart_bob_before_xmr_locked)",
|
"docker_tests (happy_path_restart_bob_before_xmr_locked)",
|
||||||
|
Loading…
Reference in New Issue
Block a user