Skip to content

Commit

Permalink
DYLD
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Jul 23, 2023
1 parent 378eb90 commit 011b885
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ jobs:
run: |
set -e
DYLD_LIBRARY_PATH=$VULKAN_SDK/lib:${DYLD_LIBRARY_PATH:-}
echo "$VULKAN_SDK"
echo "$PATH"
echo "$DYLD_LIBRARY_PATH"
Expand All @@ -301,6 +303,8 @@ jobs:
run: |
set -e
DYLD_LIBRARY_PATH=$VULKAN_SDK/lib:${DYLD_LIBRARY_PATH:-}
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
Expand Down

0 comments on commit 011b885

Please sign in to comment.