aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rw-r--r--ci/script.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/ci/script.sh b/ci/script.sh
index 78341e1..5196db7 100644
--- a/ci/script.sh
+++ b/ci/script.sh
@@ -44,6 +44,14 @@ main() {
fi
if [ $TRAVIS_RUST_VERSION = nightly ]; then
+ # Tests where required MSRV > 1.36
+ local exs=(
+ t-cfg-resources
+ )
+ for ex in ${exs[@]}; do
+ cargo check --example $ex --target $T
+ done
+
# multi-core compile-pass tests
pushd heterogeneous
local exs=(