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 563f552 commit 8019d8cCopy full SHA for 8019d8c
.github/workflows/ctest-develop.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Cmake Configure
17
run: cmake -B build -DBUILD_TESTING=ON
18
- name: Cmake Build
19
- run: cmake --build build_stm
+ run: cmake --build build
20
- name: Build Ctest
21
run: ctest --test-dir build
22
- name: Execute Test
0 commit comments