Skip to content

Commit 5009e2c

Browse files
code review feedback - enable all the other tests
1 parent 86e9573 commit 5009e2c

File tree

1 file changed

+2
-1
lines changed
  • sparse_strips/vello_sparse_tests/tests

1 file changed

+2
-1
lines changed

sparse_strips/vello_sparse_tests/tests/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
2121
#![allow(missing_docs, reason = "we don't need docs for testing")]
2222
#![allow(clippy::cast_possible_truncation, reason = "not critical for testing")]
23-
#![cfg(all(target_arch = "wasm32", feature = "webgl"))]
23+
24+
#[cfg(all(target_arch = "wasm32", feature = "webgl"))]
2425
wasm_bindgen_test::wasm_bindgen_test_configure!(run_in_browser);
2526

2627
mod basic;

0 commit comments

Comments
 (0)