mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-04 21:38:53 +00:00
make xtask runnable from xtask dir because why not. include help prompt in CI
This commit is contained in:
parent
1b14efbb8b
commit
c7a16d2555
2 changed files with 3 additions and 3 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -55,9 +55,7 @@ jobs:
|
|||
run: |
|
||||
cargo build --verbose
|
||||
cargo fmt --all -- --check
|
||||
|
||||
# todo try xtask basics
|
||||
|
||||
cargo xtask
|
||||
|
||||
- name: build and fmt beginner/apps
|
||||
working-directory: ./beginner/apps
|
||||
|
|
2
xtask/.cargo/config.toml
Normal file
2
xtask/.cargo/config.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[alias]
|
||||
xtask = "run --manifest-path ./Cargo.toml --"
|
Loading…
Reference in a new issue