mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Remove nightly chain
This commit is contained in:
parent
49b8d19e41
commit
5c2f83fd5d
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -78,7 +78,6 @@ jobs:
|
|||||||
- name: Install Rust toolchain
|
- name: Install Rust toolchain
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: nightly
|
|
||||||
profile: minimal
|
profile: minimal
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
@ -96,14 +95,14 @@ jobs:
|
|||||||
key: rust-${{ matrix.target }}-${{ matrix.rust_toolchain }}-cargo-registry-directory-${{ hashFiles('Cargo.lock') }}-v1
|
key: rust-${{ matrix.target }}-${{ matrix.rust_toolchain }}-cargo-registry-directory-${{ hashFiles('Cargo.lock') }}-v1
|
||||||
|
|
||||||
- name: Cargo check release code with default features
|
- name: Cargo check release code with default features
|
||||||
run: cargo +nightly check --workspace
|
run: cargo check --workspace
|
||||||
|
|
||||||
- name: Cargo check all features
|
- name: Cargo check all features
|
||||||
run: cargo +nightly check --workspace --all-targets --all-features
|
run: cargo check --workspace --all-targets --all-features
|
||||||
|
|
||||||
- name: Cargo test
|
- name: Cargo test
|
||||||
if: (!matrix.skip_tests)
|
if: (!matrix.skip_tests)
|
||||||
run: cargo +nightly test --workspace --all -- --test-threads=1 -Z unstable-options --report-time
|
run: cargo test --workspace --all-features
|
||||||
env:
|
env:
|
||||||
MONERO_ADDITIONAL_SLEEP_PERIOD: 60000
|
MONERO_ADDITIONAL_SLEEP_PERIOD: 60000
|
||||||
RUST_MIN_STACK: 16777216 # 16 MB. Default is 8MB. This is fine as in tests we start 2 programs: Alice and Bob.
|
RUST_MIN_STACK: 16777216 # 16 MB. Default is 8MB. This is fine as in tests we start 2 programs: Alice and Bob.
|
||||||
|
Loading…
Reference in New Issue
Block a user