We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5216374 commit e9581f2Copy full SHA for e9581f2
.github/workflows/ci.yml
@@ -56,6 +56,7 @@ jobs:
56
57
- name: Build and Run C++ tool unit tests
58
run: |
59
+ cd cpp
60
cmake \
61
-S test \
62
-B build/test \
0 commit comments