Skip to content

Commit

Permalink
Remove some outputs in build GH workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Cheylus <[email protected]>
  • Loading branch information
lcheylus committed Jan 5, 2024
1 parent 4c068b6 commit a448ac2
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,29 +85,17 @@ jobs:
echo "## tooling infos"
cargo -V
rustc -V
curl --version
echo "## packages infos"
pkg_info
# Check if build script available
# echo "## repository infos"
# pwd
# ls -la
# df -h
# ls -l /tmp
# du -sch /tmp
# Run build script for cargo-nextest
## Run build script for cargo-nextest
echo "##################################"
echo "Run build script for cargo-nextest"
echo "##################################"
./build.sh
echo "ls -l /tmp/cargo-nextest-build-0.9.66/target/release"
echo "# ls -l /tmp/cargo-nextest-build-0.9.66/target/release"
ls -l /tmp/cargo-nextest-build-0.9.66/target/release
echo "/tmp/cargo-nextest-build-0.9.66/target/release/cargo-nextest -V"
echo "# /tmp/cargo-nextest-build-0.9.66/target/release/cargo-nextest -V"
/tmp/cargo-nextest-build-0.9.66/target/release/cargo-nextest -V
echo "/tmp/cargo-nextest-build-0.9.66/target/release/cargo-nextest -h"
/tmp/cargo-nextest-build-0.9.66/target/release/cargo-nextest -h
echo "/tmp/cargo-nextest-build-0.9.66/target/release/cargo-nextest nextest self update --help"
/tmp/cargo-nextest-build-0.9.66/target/release/cargo-nextest nextest self update --help
#
# To ensure that files are cleaned up, we don't want to exit on error
#
Expand Down

0 comments on commit a448ac2

Please sign in to comment.