Ver código fonte

add blob check

Ales Katona 3 anos atrás
pai
commit
a3739e15bd
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      .github/workflows/ci.yaml

+ 2 - 0
.github/workflows/ci.yaml

@@ -38,6 +38,8 @@ jobs:
         run: TARGET=riscv64imac-unknown-none-elf cargo check
       - name: Run CI script for riscv64gc-unknown-none-elf under ${{ matrix.rust }}
         run: TARGET=riscv64gc-unknown-none-elf cargo check
+      - name: Check blobs
+        run: ./check-blobs.sh
 
   # On macOS and Windows, we at least make sure that all examples build and link.
   build-other: