diff --git a/test.sh b/test.sh new file mode 100755 index 00000000..1f584a39 --- /dev/null +++ b/test.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +set -e + +# Run the overall tests and then run the Speller-specific C++ testing. + +bazel \ +--bazelrc=$GITHUB_WORKSPACE/.aspect/bazelrc/ci.bazelrc \ +--bazelrc=$GITHUB_WORKSPACE/.github/workflows/ci.bazelrc \ +test //... + +cd speller +./exercise.sh