diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 81f5e7a9..13d4c7ee 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -30,7 +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 + args: -p egui # Only test egui due to weird build issues with the others fmt: name: Rustfmt