Skip to content

Commit a4a2338

Browse files
committed
Update build.yml
Fixed the test command in github actions.
1 parent cb0095f commit a4a2338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
run: mkdir -p build && cd build && cmake ..
1818
- name: make
1919
run: cd build && make
20-
- name: ctest --output-on-failure
21-
run: cd build && make check
20+
- name: Test
21+
run: cd build && ctest --output-on-failure

0 commit comments

Comments
 (0)