Skip to content

Commit

Permalink
ci: use cargo-all-feature for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz authored Sep 15, 2022
1 parent 742ba5b commit 677fa8a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ jobs:
override: true
profile: minimal
- uses: Swatinem/rust-cache@v1
- run: cargo test --workspace --all-features
- name: install cargo-all-features
uses: baptiste0928/cargo-install@v1
with:
crate: cargo-all-features
version: 1
- run: cargo test-all-features

code-style:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -67,11 +72,6 @@ jobs:
with:
crate: cargo-edit
version: 0.10
- name: install cargo-all-features
uses: baptiste0928/cargo-install@v1
with:
crate: cargo-all-features
version: 1
- run: npm install --no-save conventional-changelog-conventionalcommits @semantic-release/exec
- run: npx semantic-release
env:
Expand Down

0 comments on commit 677fa8a

Please sign in to comment.