Skip to content

Commit

Permalink
metal only
Browse files Browse the repository at this point in the history
  • Loading branch information
teoxoy committed Sep 21, 2023
1 parent ee10bb6 commit cc3335b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,10 @@ jobs:
for backend in ${{ matrix.backends }}; do
echo "======= NATIVE TESTS $backend ======";
WGPU_BACKEND=$backend METAL_DEVICE_WRAPPER_TYPE=1 cargo llvm-cov --no-cfg-coverage nextest --no-fail-fast --no-report --features vulkan-portability
if ["$backend" == "metal"]; then
echo "METAL_DEVICE_WRAPPER_TYPE=1" >> "$GITHUB_ENV"
fi
WGPU_BACKEND=$backend 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 cc3335b

Please sign in to comment.