Skip to content

Commit 8df2452

Browse files
committed
reactive slow test, no longer clones a repo
1 parent eacfbc8 commit 8df2452

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/cargo-gpu/src/spirv_cli.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,12 +483,9 @@ impl Drop for SpirvCli {
483483
mod test {
484484
use super::*;
485485

486-
#[ignore]
487486
#[test_log::test]
488487
fn cached_checkout_dir_sanity() {
489488
let shader_template_path = crate::test::shader_crate_template_path();
490-
// TODO: This downloads the `rust-gpu` repo which slows the test down. Can we avoid that
491-
// just to get the sanity check?
492489
let spirv = SpirvCli::new(&shader_template_path, None, None, None, true, false).unwrap();
493490
let dir = spirv.cached_checkout_path().unwrap();
494491
let name = dir

0 commit comments

Comments
 (0)