Browse Source

Check examples in CI

Vadim Kaushan 5 years ago
parent
commit
cf8c9f286c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      riscv-rt/ci/script.sh

+ 1 - 0
riscv-rt/ci/script.sh

@@ -2,6 +2,7 @@ set -euxo pipefail
 
 main() {
     cargo check --target $TARGET
+    cargo check --target $TARGET --examples
 
     if [ $TRAVIS_RUST_VERSION = nightly ]; then
         cargo check --target $TARGET --features 'inline-asm'