Skip to content

Commit

Permalink
Fix cargo test in check.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin committed Oct 22, 2024
1 parent 70a0113 commit e60dc9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ cargo check --quiet --all-targets
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
cargo test --quiet --all-targets --all-features
# TODO(lucasmerlin) re-enable --all-features once the tests work with the unity feature
cargo test --quiet --all-targets
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 e60dc9e

Please sign in to comment.