From f3f8ccf6bffb004f9002b8b4d79c9ac8acb0acc2 Mon Sep 17 00:00:00 2001 From: Diggory Hardy Date: Sat, 14 Jan 2023 12:43:27 +0000 Subject: [PATCH] CI: remove tests for kas-theme --- .github/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 852d7e389..261965a07 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,8 +35,6 @@ jobs: run: cargo test --manifest-path crates/kas-widgets/Cargo.toml --all-features - name: Test kas-resvg run: cargo test --manifest-path crates/kas-resvg/Cargo.toml --all-features - - name: Test kas-theme - run: cargo test --manifest-path crates/kas-theme/Cargo.toml --all-features - name: Test kas-wgpu run: | cargo test --manifest-path crates/kas-wgpu/Cargo.toml --no-default-features --features raster @@ -89,8 +87,6 @@ jobs: run: cargo test --manifest-path crates/kas-widgets/Cargo.toml - name: Test kas-resvg run: cargo test --manifest-path crates/kas-resvg/Cargo.toml --all-features - - name: Test kas-theme - run: cargo test --manifest-path crates/kas-theme/Cargo.toml - name: Test kas-wgpu run: cargo test --manifest-path crates/kas-wgpu/Cargo.toml - name: Test kas-dylib