Skip to content

Commit 5a4bea9

Browse files
committed
ci: env VK_LOADER_DEBUG=error,warn,info
1 parent 9394ea4 commit 5a4bea9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ jobs:
191191
run: cargo test -p "difftest*" --release --no-default-features --features "use-installed-tools"
192192
- name: difftests
193193
run: cargo run -p difftests --release --no-default-features --features "use-installed-tools"
194+
env:
195+
VK_LOADER_DEBUG: error,warn,info
194196

195197
# This allows us to have a single job we can branch protect on, rather than needing
196198
# to update the branch protection rules when the test matrix changes

0 commit comments

Comments
 (0)