Skip to content

Commit

Permalink
add build step with wgpu
Browse files Browse the repository at this point in the history
  • Loading branch information
coderedart committed Feb 21, 2024
1 parent c18df31 commit 0d06911
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@ jobs:
- name: Build
run: cargo build --workspace

- name: Build (Wgpu)
run: cargo build --workspace --no-default-features --features=egui_default,wgpu

- name: Audit
run: cargo audit

0 comments on commit 0d06911

Please sign in to comment.