Skip to content

Commit

Permalink
ci: Change ctest --target-dir to --test-dir
Browse files Browse the repository at this point in the history
This should permit testing again with newer versions of ctest.
  • Loading branch information
TheDaemoness authored Aug 26, 2024
1 parent 44bd45c commit 337bd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

1 comment on commit 337bd03

@TheDaemoness
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

False success; the change results in no tests being run.

Please sign in to comment.