1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00

check.sh: enable all features when running cargo test

This commit is contained in:
Emil Ernerfeldt
2025-01-03 14:55:51 +01:00
parent 7519ec7099
commit 5cbf337f18

View File

@@ -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
cargo check --quiet -p egui_demo_app --lib --target wasm32-unknown-unknown --all-features 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 # 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 test --quiet --doc # slow - checks all doc-tests
cargo check --quiet -p eframe --no-default-features --features "glow" cargo check --quiet -p eframe --no-default-features --features "glow"