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 d1b4ad2 commit 8dc3977
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,5 @@ jobs:
run: mkdir build; cd build; cmake ..
- name: make
run: cd build; cmake --build . -j -v
- name: macos-test
run: cd build; ./test_filter
#- name: test
# run: cd build; ctest
- name: test
run: cd build; ctest

0 comments on commit 8dc3977

Please sign in to comment.