Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 20e4c39

Browse files
committed
Remove duplicate test
The feature "serde-std" gets tested along with "std" during the combos of two loop, no need to run it explicitly.
1 parent b8d135b commit 20e4c39

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contrib/test.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ if [ "$DO_FEATURE_MATRIX" = true ]; then
4141
done
4242
done
4343

44-
# Other combos
45-
cargo test --all --features="serde-std"
4644
fi
4745

4846
if [ "$DO_SCHEMARS_TESTS" = true ]; then

0 commit comments

Comments
 (0)