Skip to content

Commit

Permalink
Test without features too.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed Jul 22, 2024
1 parent 15d6ba6 commit e9147cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
run: cargo fmt --all -- --check
- name: Clippy
run: cargo clippy --target ${{ matrix.targets }} --all-features -- -A clippy::new_without_default
- name: Build
- name: Build with no features
run: cargo build --target ${{ matrix.targets }} --no-default-features
- name: Build with all features
run: cargo build --target ${{ matrix.targets }} --all-features
- name: Unit test
if: ${{ matrix.targets == 'x86_64-unknown-linux-gnu' }}
Expand Down

0 comments on commit e9147cc

Please sign in to comment.