Skip to content

Commit 2bf00f5

Browse files
ci: add test-dir to ctest
1 parent e825811 commit 2bf00f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/awesome_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
# It should be removed eventually when all the files are clear of user input.
9595
- name: test
9696
run: |
97-
ctest build/. --verbose --timeout 5
97+
ctest --test-dir build --verbose --timeout 5
9898
9999
- name: Label on PR fail
100100
uses: actions-ecosystem/action-add-labels@v1

0 commit comments

Comments
 (0)