From 5c14a15f8cda5efb4c702aaeddad3965e007a69c Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Thu, 30 Jul 2020 12:43:56 +0200 Subject: [PATCH] [github-actions] fix typo --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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