Skip to content

Commit 25ba35d

Browse files
committed
Fix tests in release CI
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
1 parent 3cdce1a commit 25ba35d

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
disk-cache: ${{ github.workflow }}
5757
repository-cache: true
5858

59-
- run: bazelisk test //vulkan/tests/...
59+
- run: bazelisk test //...
6060
env:
6161
USE_BAZEL_VERSION: ${{ matrix.bazel }}
6262

vulkan/BUILD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ bzl_library(
1313
"defs.bzl",
1414
"extensions.bzl",
1515
"providers.bzl",
16-
"rules.bzl",
17-
"shader_group.bzl",
1816
"toolchains.bzl",
1917
],
2018
visibility = ["//docs:__subpackages__"],

0 commit comments

Comments
 (0)