From 04146858ce1fc631717db21071b99b8101e12cda Mon Sep 17 00:00:00 2001 From: Eduard-Mihai Burtescu Date: Wed, 3 Nov 2021 17:58:58 +0000 Subject: [PATCH] ci: also test `--target-env vulkan1.2`. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ca5d33e771..88a7787062 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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