Skip to content

Commit

Permalink
Only build the bin feature during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fkettelhoit committed Dec 10, 2024
1 parent 81e8eaf commit 749af4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
Cargo.lock
~/.rustup
key: ${{ env.cache-name }}-${{ hashFiles('**/Cargo.toml') }}
- run: cargo build --all-features
- run: cargo build --features="bin"
- run: cargo test
- run: cargo clippy -- -Dwarnings

0 comments on commit 749af4b

Please sign in to comment.