Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'lib/smol_str/.github/ci.rs')
-rw-r--r--lib/smol_str/.github/ci.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/smol_str/.github/ci.rs b/lib/smol_str/.github/ci.rs
index 98017ad97f..21c8584fb9 100644
--- a/lib/smol_str/.github/ci.rs
+++ b/lib/smol_str/.github/ci.rs
@@ -36,6 +36,7 @@ fn try_main() -> Result<()> {
{
let _s = Section::new("TEST");
shell("cargo test --all-features --workspace")?;
+ shell("cargo test --no-default-features --workspace")?;
}
let current_branch = shell_output("git branch --show-current")?;