Skip to content

Commit

Permalink
ci: also test --target-env vulkan1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyb committed Nov 4, 2021
1 parent b28716d commit 0414685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

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

# Examples
- name: cargo check examples
Expand Down

0 comments on commit 0414685

Please sign in to comment.