Skip to content

Commit

Permalink
Disable native tests until I fix them up
Browse files Browse the repository at this point in the history
  • Loading branch information
ccummingsNV committed Jan 17, 2025
1 parent 711af80 commit fc97985
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ jobs:
- name: Run tests (vulkan / emulated)
run: python .build_agent/ci.py test --device=vulkan --emulated

- name: Run tests (vulkan / native)
run: python .build_agent/ci.py test --device=vulkan
#- name: Run tests (vulkan / native)
# run: python .build_agent/ci.py test --device=vulkan

- name: Run tests (d3d12 / emulated)
if: matrix.os=='windows'
run: python .build_agent/ci.py test --device=d3d12 --emulated

- name: Run tests (d3d12 / native)
if: matrix.os=='windows'
run: python .build_agent/ci.py test --device=d3d12
#- name: Run tests (d3d12 / native)
# if: matrix.os=='windows'
# run: python .build_agent/ci.py test --device=d3d12

- name: Unit Test Report
uses: mikepenz/action-junit-report@v4
Expand Down

0 comments on commit fc97985

Please sign in to comment.