Skip to content

Commit 11d5669

Browse files
authored
Run tests on examples (#810)
Some examples include tests, run them to verify that they are correct.
1 parent 4824d24 commit 11d5669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/check-examples.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ for f in *; do
1010
if [ -d "$f" ]; then
1111
echo "==> Checking example: $f"
1212
cd $f
13-
cargo check
13+
cargo test
1414
cd ..
1515
fi
1616
done

0 commit comments

Comments
 (0)