Try running tests in release mode
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6dac3dc..bdc0457 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -311,7 +311,7 @@
             sparse_strips/vello_sparse_tests/diffs
 
       - name: cargo test --doc
-        run: cargo test --doc --workspace --locked --all-features --no-fail-fast
+        run: cargo test --doc --workspace --locked --all-features --no-fail-fast --release
 
   test-stable-wasm:
     name: cargo test (wasm32)