mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-02 06:46:06 -04:00
ci: fix duplicate definition of check_stable
This commit is contained in:
parent
796863359f
commit
e6d37c01a6
1 changed files with 0 additions and 16 deletions
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
|
@ -31,22 +31,6 @@ jobs:
|
||||||
- name: Run clippy with all features enabled
|
- name: Run clippy with all features enabled
|
||||||
run: cargo clippy --workspace --all-targets --all-features -- -D warnings
|
run: cargo clippy --workspace --all-targets --all-features -- -D warnings
|
||||||
|
|
||||||
check_stable:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout sources
|
|
||||||
uses: actions/checkout@v4.1.1
|
|
||||||
|
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
|
||||||
|
|
||||||
- name: Override rust stable
|
|
||||||
run: |
|
|
||||||
rustup override set stable
|
|
||||||
|
|
||||||
- name: Run cargo check on rust stable
|
|
||||||
run: cargo check --all-targets
|
|
||||||
|
|
||||||
|
|
||||||
bdk_test:
|
bdk_test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue