Skip to content

Commit 70ba638

Browse files
committed
Conditionally execute webgpu tests
1 parent 7fedbcf commit 70ba638

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

core/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ sourceSets{
3232
test{
3333
java{
3434
srcDirs("test")
35+
if (!enableWebGPU) {
36+
exclude("processing/webgpu/**")
37+
}
3538
}
3639
}
3740
}

0 commit comments

Comments
 (0)