mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
[github-actions] only test egui project
Work-around for weird build issue in https://github.com/emilk/emigui/runs/927167824?check_suite_focus=true
This commit is contained in:
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
@@ -30,6 +30,7 @@ jobs:
|
|||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
|
arg: -p egui # Only test egui due to weird build issues with the others
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
name: Rustfmt
|
name: Rustfmt
|
||||||
|
|||||||
Reference in New Issue
Block a user