mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-22 22:08:08 +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: |
|
run: |
|
||||||
cargo build --verbose
|
cargo build --verbose
|
||||||
cargo fmt --all -- --check
|
cargo fmt --all -- --check
|
||||||
|
cargo xtask
|
||||||
# todo try xtask basics
|
|
||||||
|
|
||||||
|
|
||||||
- name: build and fmt beginner/apps
|
- name: build and fmt beginner/apps
|
||||||
working-directory: ./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