Skip to content

Commit a3739e1

Browse files
committed
add blob check
1 parent 6c38fd3 commit a3739e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
run: TARGET=riscv64imac-unknown-none-elf cargo check
3939
- name: Run CI script for riscv64gc-unknown-none-elf under ${{ matrix.rust }}
4040
run: TARGET=riscv64gc-unknown-none-elf cargo check
41+
- name: Check blobs
42+
run: ./check-blobs.sh
4143

4244
# On macOS and Windows, we at least make sure that all examples build and link.
4345
build-other:

0 commit comments

Comments
 (0)