From fae81ca3866b26c418bed8edeee6944925524cc2 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Thu, 30 Jul 2020 12:39:35 +0200 Subject: [PATCH] [github-actions] only test egui project Work-around for weird build issue in https://github.com/emilk/emigui/runs/927167824?check_suite_focus=true --- .github/workflows/rust.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2875c7be..81f5e7a9 100644 --- a/.github/workflows/rust.yml +++ b/.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