mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Add test -> check Dependency (#5033)
This commit is contained in:
parent
f27bb443c1
commit
f7695b360b
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -332,6 +332,8 @@ jobs:
|
||||
wasm-test:
|
||||
name: Test WebAssembly
|
||||
runs-on: ubuntu-latest
|
||||
needs: [check]
|
||||
|
||||
steps:
|
||||
- name: checkout repo
|
||||
uses: actions/checkout@v4
|
||||
@ -371,6 +373,7 @@ jobs:
|
||||
|
||||
name: Test ${{ matrix.name }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
needs: [check]
|
||||
|
||||
steps:
|
||||
- name: checkout repo
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user