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 f664cd4 commit fc3dc0aCopy full SHA for fc3dc0a
.github/workflows/awesome_workflow.yml
@@ -71,7 +71,7 @@ jobs:
71
labels: "automated build is failing"
72
73
test:
74
- name: Testing pullrequest
+ name: Testing pull request
75
runs-on: ${{ matrix.os }}
76
needs: [build]
77
@@ -92,7 +92,7 @@ jobs:
92
93
- name: test
94
run: |
95
- ctest build --verbose --timeout 5
+ ctest build/. --verbose --timeout 5
96
97
- name: Label on PR fail
98
uses: actions-ecosystem/action-add-labels@v1
.gitignore
@@ -40,3 +40,6 @@ a.out
40
# Build
41
build/
42
git_diff.txt
43
+
44
+# Testing
45
+Testing/
0 commit comments