Skip to content

Commit 3da839d

Browse files
committed
ci: env VK_LOADER_DEBUG=error,warn,info
1 parent c112eb9 commit 3da839d

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
@@ -190,6 +190,8 @@ jobs:
190190
run: cargo test -p "difftest*" --release --no-default-features --features "use-installed-tools"
191191
- name: difftests
192192
run: cargo run -p difftests --release --no-default-features --features "use-installed-tools"
193+
env:
194+
VK_LOADER_DEBUG: error,warn,info
193195

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

0 commit comments

Comments
 (0)