Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 63f251d

Browse files
wgsl ci: add experimental wgsl compiletest to ci
1 parent 7d2d89b commit 63f251d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

‎.github/workflows/ci.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,17 @@ jobs:
129129
compiletest:
130130
name: Compiletest
131131
strategy:
132+
fail-fast: false
132133
matrix:
133134
os: [ ubuntu-24.04, windows-2022, macOS-latest ]
135+
target_env: [ "vulkan1.1,vulkan1.2,vulkan1.3,vulkan1.4" ]
136+
experimental: [ false ]
137+
include:
138+
- os: ubuntu-24.04
139+
target_env: naga-wgsl
140+
experimental: true
134141
runs-on: ${{ matrix.os }}
142+
continue-on-error: ${{ matrix.experimental }}
135143
steps:
136144
- uses: actions/checkout@v4
137145
- name: Install Vulkan SDK
@@ -149,7 +157,7 @@ jobs:
149157
- name: cargo fetch --locked
150158
run: cargo fetch --locked --target $TARGET
151159
- name: compiletest
152-
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
160+
run: cargo run -p compiletests --release --no-default-features --features "use-installed-tools" -- --target-env ${{ matrix.target_env }}
153161

154162
difftest:
155163
name: Difftest

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /