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 b497234 commit 32d297aCopy full SHA for 32d297a
.github/workflows/push.yaml
@@ -50,6 +50,12 @@ jobs:
50
run: |
51
rustup default stable
52
rustup update
53
+ - name: Fetch root dependencies
54
+ run: cargo fetch --locked
55
+ - name: Fetch shader-crate-template dependencies
56
+ run: |
57
+ cd ./crates/shader-crate-template
58
+ cargo fetch --locked
59
- run: cargo test
60
- name: Run a full build
61
run: cargo xtask test-build --rust-gpu-version ${{ matrix.rust-gpu-version }}
0 commit comments