From a147a7799b5f09a5e8dcb10ed5f39e3e0331e694 Mon Sep 17 00:00:00 2001 From: utensil Date: Sun, 20 Oct 2024 23:50:04 +0800 Subject: [PATCH] No rust-gpu in CI for now --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 9382376..d17cbc0 100644 --- a/justfile +++ b/justfile @@ -30,14 +30,14 @@ prep-ci: ci: prep-ci just clippy just cov - just cov-rsgpu + # just cov-rsgpu [macos] [windows] ci: prep-ci just clippy just test - just test-rsgpu + # just test-rsgpu [group('rust'), no-cd] test: