Skip to content

Commit

Permalink
set METAL_DEVICE_WRAPPER_TYPE=1
Browse files Browse the repository at this point in the history
  • Loading branch information
teoxoy committed Sep 21, 2023
1 parent ca7abcb commit ee10bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ jobs:
for backend in ${{ matrix.backends }}; do
echo "======= NATIVE TESTS $backend ======";
WGPU_BACKEND=$backend cargo llvm-cov --no-cfg-coverage nextest --no-fail-fast --no-report --features vulkan-portability
WGPU_BACKEND=$backend METAL_DEVICE_WRAPPER_TYPE=1 cargo llvm-cov --no-cfg-coverage nextest --no-fail-fast --no-report --features vulkan-portability
done
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ee10bb6

Please sign in to comment.