We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f198459 commit 056199eCopy full SHA for 056199e
.github/workflows/ci.yaml
@@ -78,6 +78,10 @@ jobs:
78
OUT_DIR: "target/debug/ci/out"
79
run: cargo run -p example-runner-wgpu-builder --no-default-features --features "use-installed-tools"
80
81
+ - name: prep cache for compiletest and difftest
82
+ run: cargo build -p compiletests -p difftests --release --no-default-features --features "use-installed-tools"
83
+
84
85
android:
86
name: Android
87
strategy:
0 commit comments