summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6d22f9f11..f3800308b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -188,7 +188,7 @@ jobs:
run: make -j2 check
env:
ARGS: --output-on-failure -LE regress[${{ matrix.exclude_regress }}]
- CVC4_REGRESSION_ARGS: --no-early-exit
+ CVC5_REGRESSION_ARGS: --no-early-exit
RUN_REGRESSION_ARGS: ${{ matrix.run_regression_args }}
working-directory: build
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback