Skip to content

Commit ccb109d

Browse files
committed
ci: re-add spv1.3 testing
1 parent 74502ef commit ccb109d

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
@@ -134,7 +134,7 @@ jobs:
134134
- name: cargo fetch --locked
135135
run: cargo fetch --locked --target $TARGET
136136
- name: compiletest
137-
run: cargo run -p compiletests --release --no-default-features --features "use-installed-tools" -- --target-env vulkan1.1,vulkan1.2,vulkan1.3,vulkan1.4
137+
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
138138

139139
difftest:
140140
name: Difftest

0 commit comments

Comments
 (0)