Skip to content

Commit a89b501

Browse files
chore: add check_rust to CI status check (#1838)
1 parent 44172db commit a89b501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ jobs:
317317
ci:
318318
name: CI status checks
319319
runs-on: ubuntu-latest
320-
needs: [check, test, valgrind, typos, markdown_lint, coverage]
320+
needs: [check_rust, check, test, valgrind, typos, markdown_lint, coverage]
321321
if: always()
322322
steps:
323323
- name: Check whether all jobs pass

0 commit comments

Comments
 (0)