[github-actions] fix typo
This commit is contained in:
parent
42c94f9db9
commit
5c14a15f8c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -30,7 +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
|
args: -p egui # Only test egui due to weird build issues with the others
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
name: Rustfmt
|
name: Rustfmt
|
||||||
|
|
Loading…
Reference in a new issue