Skip to content
Snippets Groups Projects
Verified Commit 7af92257 authored by Bryan R's avatar Bryan R
Browse files

Also run tests in QUICK, as before

parent 0c19134d
No related branches found
No related tags found
1 merge request!248Separate job for tests
Pipeline #57807 failed
......@@ -127,9 +127,9 @@ build_tool_package happy
# QUICK.
# ------
# Build the "quick" configuration, which builds a small subset of the overall
# package set. We do this during the merge request validation pipeline. Note: If
# "$QUICK" is non-null, it is used as a backwards-compat synonym for
# BUILD_MODE=QUICK.
# package set. (Also runs tests!) We do this during the merge request validation
# pipeline. Note: If "$QUICK" is non-null, it is used as a backwards-compat
# synonym for BUILD_MODE=QUICK.
#
# TEST.
# -----
......@@ -151,6 +151,8 @@ case "$BUILD_MODE" in
only_package microlens
only_package free
only_package optparse-applicative
test_package system-test "$(pwd)/../tests/ghc-debug/test/"
test_package ghc-tests "$(pwd)/../tests/ghc-tests"
;;
TEST)
# FIXME: I specify a single "only_package" to prevent all the other
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment