Skip to content

Commit

Permalink
Make our script only run unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dontlaugh committed Jan 1, 2025
1 parent d47f67f commit f1e678f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bin/test-script.sh → bin/ci-unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ echo "Installing Raku library dependencies."
zef install --deps-only .
zef install -/precompile-install .

# prove6 is pre-installed in the open source rakudo-star image
echo "Running tests with prove6."
prove6 xt/*
echo "Running unit tests."
zef test .

echo "Done."

0 comments on commit f1e678f

Please sign in to comment.