Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BachiLi authored Jan 8, 2024
1 parent ea0cf9b commit ecf7b98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
run: mkdir build; cd build; cmake ..
- name: make
run: cd build; cmake --build . -j -v
- name: make test
run: cd build; cmake --build . -v -- test
- name: test
run: cd build; ctest

0 comments on commit ecf7b98

Please sign in to comment.