We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c112eb9 commit 3da839dCopy full SHA for 3da839d
.github/workflows/ci.yaml
@@ -190,6 +190,8 @@ jobs:
190
run: cargo test -p "difftest*" --release --no-default-features --features "use-installed-tools"
191
- name: difftests
192
run: cargo run -p difftests --release --no-default-features --features "use-installed-tools"
193
+ env:
194
+ VK_LOADER_DEBUG: error,warn,info
195
196
# This allows us to have a single job we can branch protect on, rather than needing
197
# to update the branch protection rules when the test matrix changes
0 commit comments