Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
stuxnot committed Sep 24, 2024
1 parent b7f78be commit 7e41ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build
run: mkdir build/ && cd build && cmake .. && make
- name: Test
run: make test
run: ctest --output-on-failure
working-directory: build/
- name: cli
run: |
Expand Down

0 comments on commit 7e41ea0

Please sign in to comment.