We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e825811 commit 2bf00f5Copy full SHA for 2bf00f5
.github/workflows/awesome_workflow.yml
@@ -94,7 +94,7 @@ jobs:
94
# It should be removed eventually when all the files are clear of user input.
95
- name: test
96
run: |
97
- ctest build/. --verbose --timeout 5
+ ctest --test-dir build --verbose --timeout 5
98
99
- name: Label on PR fail
100
uses: actions-ecosystem/action-add-labels@v1
0 commit comments