We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843fd5b commit 3cde0efCopy full SHA for 3cde0ef
1 file changed
.github/workflows/run-tests.yml
@@ -58,14 +58,14 @@ jobs:
58
run: ninja
59
working-directory: build
60
61
- - name: Run unit tests
62
- run: ninja check
63
- working-directory: build
64
-
65
- name: Check rules
66
run: ninja check-rules
67
68
+ - name: Run unit tests
+ run: ninja check
+ working-directory: build
+
69
- name: Check benchmarks (don't run)
70
run: ninja check-benchmarks
71
0 commit comments