mirror of
https://github.com/callumio/suck.git
synced 2025-12-17 03:29:21 +00:00
ci: change build features
This commit is contained in:
parent
6b754e13e8
commit
babcd7f4f7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
toolchain: stable
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- name: Minimal build
|
||||
run: cargo build --no-default-features
|
||||
run: cargo build
|
||||
- name: Clippy
|
||||
run: cargo clippy --all-features --examples -- -D warnings
|
||||
- name: Build all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue