[ci] Remove unneeded skip step conditionals in CI
This commit is contained in:
parent
baa919c96a
commit
b8c6732c74
9
.github/workflows/cont_integration.yml
vendored
9
.github/workflows/cont_integration.yml
vendored
@ -22,13 +22,6 @@ jobs:
|
|||||||
- compact_filters
|
- compact_filters
|
||||||
- cli-utils,esplora,key-value-db,electrum
|
- cli-utils,esplora,key-value-db,electrum
|
||||||
- compiler
|
- compiler
|
||||||
include:
|
|
||||||
- rust: stable
|
|
||||||
features: compact_filters
|
|
||||||
clippy: skip
|
|
||||||
- rust: 1.45.0
|
|
||||||
features: compact_filters
|
|
||||||
clippy: skip
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@ -51,10 +44,8 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --features ${{ matrix.features }} --no-default-features
|
run: cargo build --features ${{ matrix.features }} --no-default-features
|
||||||
- name: Clippy
|
- name: Clippy
|
||||||
if: ${{ matrix.rust == 'stable' && matrix.clippy != 'skip' }}
|
|
||||||
run: cargo clippy -- -D warnings
|
run: cargo clippy -- -D warnings
|
||||||
- name: Test
|
- name: Test
|
||||||
if: ${{ matrix.test != 'skip' }}
|
|
||||||
run: cargo test --features ${{ matrix.features }} --no-default-features
|
run: cargo test --features ${{ matrix.features }} --no-default-features
|
||||||
|
|
||||||
test-readme-examples:
|
test-readme-examples:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user