ci: change build features

This commit is contained in:
Callum Leslie 2025-09-04 09:41:46 +01:00
parent 6b754e13e8
commit babcd7f4f7
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90

View file

@ -26,7 +26,7 @@ jobs:
toolchain: stable toolchain: stable
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
- name: Minimal build - name: Minimal build
run: cargo build --no-default-features run: cargo build
- name: Clippy - name: Clippy
run: cargo clippy --all-features --examples -- -D warnings run: cargo clippy --all-features --examples -- -D warnings
- name: Build all - name: Build all