Skip to content

Commit

Permalink
CI: remove tests for kas-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Jan 14, 2023
1 parent e21b5d0 commit f3f8ccf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f3f8ccf

Please sign in to comment.