ci: fix duplicate definition of check_stable

This commit is contained in:
Byron Hambly 2024-05-27 11:06:10 +02:00
parent 796863359f
commit e6d37c01a6
No known key found for this signature in database
GPG Key ID: DE8F6EA20A661697

View File

@ -31,22 +31,6 @@ jobs:
- name: Run clippy with all features enabled
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:
runs-on: ubuntu-latest
steps: