Skip to content

Commit

Permalink
add feature matrix in CI
Browse files Browse the repository at this point in the history
kkent030315 committed Nov 2, 2023
1 parent 64dcd1d commit 67cd940
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -25,6 +25,10 @@ jobs:
stability:
- ""
- "--release"
feature:
- default
- deflate
- zstd
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
@@ -33,4 +37,4 @@ jobs:
profile: default
default: true
- name: cargo clippy
run: "cargo clippy --all ${{matrix.stability}}"
run: "cargo clippy --all --features ${{matrix.feature}} ${{matrix.stability}}"

0 comments on commit 67cd940

Please sign in to comment.