Skip to content

Commit

Permalink
Make it faster
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Jul 11, 2024
1 parent 06697ff commit b6f6380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/ci/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

set -e

brew install chibi-scheme gauche guile uutils-coreutils parallel
brew install chibi-scheme gauche guile parallel uutils-coreutils uutils-findutils
cargo install stak
2 changes: 1 addition & 1 deletion tools/integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export STAK_ROOT=$PWD
export PATH=$PWD/tools/scheme/$interpreter:$PATH

if [ $# -eq 0 ]; then
git ls-files '**/*.feature' | parallel -q tools/cucumber.sh ${tags:+-t "$tags"}
git ls-files '**/*.feature' | xargs ls -S | parallel -q tools/cucumber.sh ${tags:+-t "$tags"}
else
bundler exec cucumber --publish-quiet --strict-undefined "$@"
fi

0 comments on commit b6f6380

Please sign in to comment.