Skip to content

Commit 056199e

Browse files
committed
ci: make "test" prep better cache for compiletests and difftests
1 parent f198459 commit 056199e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ jobs:
7878
OUT_DIR: "target/debug/ci/out"
7979
run: cargo run -p example-runner-wgpu-builder --no-default-features --features "use-installed-tools"
8080

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+
8185
android:
8286
name: Android
8387
strategy:

0 commit comments

Comments
 (0)