ci: Test --no-default-features
build of ectool
This commit is contained in:
parent
325762d4d8
commit
aefad937bb
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -13,6 +13,12 @@ jobs:
|
|||||||
run: ./scripts/spdx.sh
|
run: ./scripts/spdx.sh
|
||||||
|
|
||||||
tool:
|
tool:
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- features:
|
||||||
|
- features: --no-default-features
|
||||||
|
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -21,7 +27,7 @@ jobs:
|
|||||||
run: ./scripts/deps.sh
|
run: ./scripts/deps.sh
|
||||||
|
|
||||||
- name: Build tool
|
- name: Build tool
|
||||||
run: cargo build --release --manifest-path tool/Cargo.toml
|
run: cargo build ${{ matrix.features }} --release --manifest-path tool/Cargo.toml
|
||||||
|
|
||||||
ec:
|
ec:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
Loading…
x
Reference in New Issue
Block a user