Skip to content

Commit 09bfec3

Browse files
committed
ci: add compiletest target spv1.4 since some tests require spv1.4+ or vulkan1.2
1 parent 2232fcb commit 09bfec3

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
@@ -152,7 +152,7 @@ jobs:
152152
- name: cargo fetch --locked
153153
run: cargo fetch --locked --target $TARGET
154154
- name: compiletest
155-
run: cargo run -p compiletests --release --no-default-features --features "use-installed-tools" -- --target-env vulkan1.1,vulkan1.2,vulkan1.3,vulkan1.4,spv1.3
155+
run: cargo run -p compiletests --release --no-default-features --features "use-installed-tools" -- --target-env vulkan1.1,vulkan1.2,vulkan1.3,vulkan1.4,spv1.3,spv1.4
156156

157157
difftest:
158158
name: Difftest

0 commit comments

Comments
 (0)