Skip to content

Commit d59ad29

Browse files
committed
try with and without features
1 parent b627ac3 commit d59ad29

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ jobs:
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

0 commit comments

Comments
 (0)