File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 6464 Invoke-WebRequest -Uri https://sdk.lunarg.com/sdk/download/$SDK_VERSION/windows/vulkan_sdk.exe -OutFile vulkan_sdk.exe
6565 Start-Process -FilePath vulkan_sdk.exe -ArgumentList "/S" -Wait
6666
67+ - run : cargo build --verbose --workspace --all-targets
68+ - run : cargo check --verbose --workspace --all-targets
69+ - run : cargo clippy --verbose --workspace --all-targets -- -D warnings
70+ - run : cargo fmt --all -- --check
71+ - run : cargo test --verbose --workspace --all-targets --no-fail-fast --lib --bins --examples --tests --benches
6772 - run : cargo build --verbose --workspace --all-targets --all-features
6873 - run : cargo check --verbose --workspace --all-targets --all-features
6974 - run : cargo clippy --verbose --workspace --all-targets --all-features -- -D warnings
You can’t perform that action at this time.
0 commit comments