瀏覽代碼

add blob check

Ales Katona 3 年之前
父節點
當前提交
a3739e15bd
共有 1 個文件被更改,包括 2 次插入0 次删除
  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: