Skip to content

Commit

Permalink
check.sh: enable all features when running cargo test
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jan 3, 2025
1 parent 7519ec7 commit 5cbf337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cargo check --quiet --all-targets --all-features
cargo check --quiet -p egui_demo_app --lib --target wasm32-unknown-unknown
cargo check --quiet -p egui_demo_app --lib --target wasm32-unknown-unknown --all-features
# TODO(#5297) re-enable --all-features once the tests work with the unity feature
cargo test --quiet --all-targets
cargo test --quiet --all-targets --all-features
cargo test --quiet --doc # slow - checks all doc-tests

cargo check --quiet -p eframe --no-default-features --features "glow"
Expand Down

0 comments on commit 5cbf337

Please sign in to comment.