Skip to content

Commit

Permalink
Execute wgpu-info
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Jan 5, 2024
1 parent 3907ea6 commit 3abd00a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ jobs:
sudo apt-get update
sudo apt install -y libegl1-mesa libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers
- name: (temp) run wgpu-info
run: |
cargo install wgpu-info
which wgpu-info
wgpu-info
- name: dummy wgpu tests --list
run: cargo test -p burn-wgpu --color=always -- --list

Expand Down

0 comments on commit 3abd00a

Please sign in to comment.