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: