From 337bd031c98b9b3ad2fc4422b49295d2a2228b20 Mon Sep 17 00:00:00 2001 From: daemoness Date: Mon, 26 Aug 2024 11:15:17 -0700 Subject: [PATCH] ci: Change ctest --target-dir to --test-dir This should permit testing again with newer versions of ctest. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a966b5..ed4874b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,4 +88,4 @@ jobs: shell: bash run: | cmake -DEDITORCONFIG_CMD="$PWD/target/debug/ec4rs-parse" tests - ctest --target-dir tests + ctest --test-dir tests