Skip to content
This repository was archived by the owner on Dec 31, 2022. It is now read-only.

Commit 0414685

Browse files
committed
ci: also test --target-env vulkan1.2.
1 parent b28716d commit 0414685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: compiletest
7474
if: ${{ matrix.target != 'aarch64-linux-android' }}
75-
run: cargo run -p compiletests --release --no-default-features --features "use-installed-tools" -- --target-env vulkan1.1,spv1.3
75+
run: cargo run -p compiletests --release --no-default-features --features "use-installed-tools" -- --target-env vulkan1.1,vulkan1.2,spv1.3
7676

7777
# Examples
7878
- name: cargo check examples

0 commit comments

Comments
 (0)