From adfb53c5192367b32d2955db2ca16edbd5a02292 Mon Sep 17 00:00:00 2001 From: lucasmerlin Date: Wed, 23 Oct 2024 13:38:42 +0200 Subject: [PATCH] Link issue in todo Co-authored-by: Emil Ernerfeldt --- scripts/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check.sh b/scripts/check.sh index 71434b4f5ab..d7852c25fc2 100755 --- a/scripts/check.sh +++ b/scripts/check.sh @@ -29,7 +29,7 @@ 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 -# TODO(lucasmerlin) 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 --doc # slow - checks all doc-tests