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

Commit 9e49b27

Browse files
committed
test with serde feature
1 parent 12580fd commit 9e49b27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash -ex
22

3-
# Combination of features to test, should be every features combination but std and core2 together
3+
# Combination of features to test
44
# note std has a comma in the end so that following regex avoid matching serde-std
5-
FEATURES=("" "std," "use-core2" "use-core2-std" "std,use-core2" "std,serde-std" "use-core2,serde-std")
5+
FEATURES=("" "std," "std,serde" "serde" "use-core2,serde" "use-core2" "use-core2-std" "std,use-core2" "std,serde-std" "use-core2,serde-std")
66

77
# Use toolchain if explicitly specified
88
if [[ -n "$TOOLCHAIN" ]]; then

0 commit comments

Comments
 (0)