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

Commit e7f5513

Browse files
committed
Add core2 to the test feature matrix
`core2` is not part of the feature matrix, add it.
1 parent 7998fac commit e7f5513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh -ex
22

3-
FEATURES="serde serde-std std"
3+
FEATURES="serde serde-std std core2"
44

55
if [ "$DO_ALLOC_TESTS" = true ]; then
66
FEATURES="$FEATURES alloc"

0 commit comments

Comments
 (0)