Browse Source

[github-actions] only test egui project

Work-around for weird build issue in
https://github.com/emilk/emigui/runs/927167824?check_suite_focus=true
pull/13/head
Emil Ernerfeldt 4 years ago
parent
commit
fae81ca386
  1. 1
      .github/workflows/rust.yml

1
.github/workflows/rust.yml

@ -30,6 +30,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
arg: -p egui # Only test egui due to weird build issues with the others
fmt:
name: Rustfmt

Loading…
Cancel
Save