Skip to content

Commit

Permalink
CI: improve output for cargo-nextest version
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Cheylus <[email protected]>
  • Loading branch information
lcheylus committed Oct 6, 2024
1 parent 985145c commit 93e9e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/openbsd_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ export CARGO_TERM_COLOR=always
printf "\n# ls -l %s/target/release\n" "${WORKSPACE}/cargo-nextest-build"
ls -l "${WORKSPACE}"/cargo-nextest-build/target/release

echo "# ${WORKSPACE}/cargo-nextest-build/target/release/cargo-nextest -V"
"${WORKSPACE}"/cargo-nextest-build/target/release/cargo-nextest -V
echo "# ${WORKSPACE}/cargo-nextest-build/target/release/cargo-nextest --version"
"${WORKSPACE}"/cargo-nextest-build/target/release/cargo-nextest --version

0 comments on commit 93e9e23

Please sign in to comment.