Skip to content

Commit 34baada

Browse files
committed
Actaully run the CI job
Minor typo preventing the run of CI jobs
1 parent ed9a8af commit 34baada

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

contrib/test.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,19 @@ FEATURES="serde"
44

55
# Pin dependencies as required if we are using MSRV toolchain.
66
if cargo --version | grep "1\.48"; then
7+
cargo update -p once_cell --precise 1.13.1
8+
cargo update -p quote --precise 1.0.28
9+
cargo update -p proc-macro2 --precise 1.0.63
710
cargo update -p serde_json --precise 1.0.99
811
# 1.0.157 uses syn 2.0 which requires edition 2018
912
cargo update -p serde --precise 1.0.156
13+
cargo update -p serde_test --precise 1.0.156
14+
15+
cargo update -p log --precise 0.4.18
16+
cargo update -p tempfile --precise 3.6.0
1017
fi
1118

12-
if [ "$DO_FEATURE_MATRX" = true ]
19+
if [ "$DO_FEATURE_MATRIX" = true ]
1320
then
1421
# Test without any features first
1522
cargo test --all --verbose --no-default-features

0 commit comments

Comments
 (0)