mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-01 11:06:13 -04:00
Merge #380
380: Simplify CI workflow r=thomaseizinger a=thomaseizinger Some patches extracted out of https://github.com/comit-network/xmr-btc-swap/pull/371. Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
This commit is contained in:
commit
36b92c9f1f
2 changed files with 3 additions and 12 deletions
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
|
@ -83,18 +83,11 @@ jobs:
|
||||||
path: target/${{ matrix.target }}/debug/asb
|
path: target/${{ matrix.target }}/debug/asb
|
||||||
|
|
||||||
test:
|
test:
|
||||||
env:
|
|
||||||
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
|
||||||
|
|
||||||
|
@ -111,8 +104,6 @@ jobs:
|
||||||
run: cargo test --package swap --lib --all-features
|
run: cargo test --package swap --lib --all-features
|
||||||
|
|
||||||
docker_tests:
|
docker_tests:
|
||||||
env:
|
|
||||||
TARGET: x86_64-unknown-linux-gnu
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
test_name: [
|
test_name: [
|
||||||
|
|
|
@ -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…
Add table
Add a link
Reference in a new issue