Skip to content

Fix CI#18

Open
antoyo wants to merge 1 commit into
mainfrom
fix/ci
Open

Fix CI#18
antoyo wants to merge 1 commit into
mainfrom
fix/ci

Conversation

@antoyo

@antoyo antoyo commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@ojeda

ojeda commented Jun 30, 2026

Copy link
Copy Markdown
Member

In upstream commit e74b7a3f5aee ("rust: tests: add Kconfig for KUnit test") we added more fine-grained tests suites -- so you may want to enable those instead.

Something like:

# Doctests from the `kernel` crate.
CONFIG_RUST_KERNEL_DOCTESTS=y

# Other test suites from the `kernel` crate (i.e. `kunit_tests`, `#[test]`).
CONFIG_RUST_KUNIT_TESTS=y
CONFIG_RUST_ALLOCATOR_KUNIT_TEST=y
CONFIG_RUST_KVEC_KUNIT_TEST=y
CONFIG_RUST_BITMAP_KUNIT_TEST=y
CONFIG_RUST_KUNIT_SELFTEST=y
CONFIG_RUST_STR_KUNIT_TEST=y
CONFIG_RUST_ATOMICS_KUNIT_TEST=y
CONFIG_RUST_BITFIELD_KUNIT_TEST=y

I hope that helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants