mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 15:46:36 +00:00
Fix passning of craetes to run
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
5245e6d6c1
commit
661a5f18d4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -104,7 +104,7 @@ jobs:
|
||||||
for crate in $CRATES_CHANGED; do
|
for crate in $CRATES_CHANGED; do
|
||||||
ARGS="$ARGS -p $crate"
|
ARGS="$ARGS -p $crate"
|
||||||
done
|
done
|
||||||
echo "$ARGS" | tee -a "$GITHUB_ENV"
|
echo "CARGO_NEXTEST_ADDITIONAL_ARGS=$ARGS" | tee -a "$GITHUB_ENV"
|
||||||
|
|
||||||
- run: just test
|
- run: just test
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue