Skip to content

Commit 8019d8c

Browse files
authored
Update ctest-develop.yml
1 parent 563f552 commit 8019d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ctest-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Cmake Configure
1717
run: cmake -B build -DBUILD_TESTING=ON
1818
- name: Cmake Build
19-
run: cmake --build build_stm
19+
run: cmake --build build
2020
- name: Build Ctest
2121
run: ctest --test-dir build
2222
- name: Execute Test

0 commit comments

Comments
 (0)