Skip to content

Commit 19afa0d

Browse files
authored
Merge pull request #21 from Rust-for-Linux/fix/ci
Increment doctest count
2 parents 9df5ff0 + 764a091 commit 19afa0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
# Print the result line for debugging.
259259
grep -E '\] ok [0-9]+ rust_doctests_kernel$' qemu-stdout || true
260260
261-
grep '] ok 11 rust_doctests_kernel$' qemu-stdout
261+
grep '] ok 12 rust_doctests_kernel$' qemu-stdout
262262
263263
- run: python ci/check_panics.py qemu-stdout
264264

0 commit comments

Comments
 (0)