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 9394ea4 commit 5a4bea9Copy full SHA for 5a4bea9
.github/workflows/ci.yaml
@@ -191,6 +191,8 @@ jobs:
191
run: cargo test -p "difftest*" --release --no-default-features --features "use-installed-tools"
192
- name: difftests
193
run: cargo run -p difftests --release --no-default-features --features "use-installed-tools"
194
+ env:
195
+ VK_LOADER_DEBUG: error,warn,info
196
197
# This allows us to have a single job we can branch protect on, rather than needing
198
# to update the branch protection rules when the test matrix changes
0 commit comments